Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c68b350a87a7be18b5caaada9af1bbde8ec43af9
/
.
/
predictions
/
.prettierrc
blob: a77fddea90975988d17a7e8b2f61720939a947f5 [
file
] [
log
] [
blame
]
{
"useTabs"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
100
,
"plugins"
:
[
"prettier-plugin-svelte"
],
"pluginSearchDirs"
:
[
"."
],
"overrides"
:
[{
"files"
:
"*.svelte"
,
"options"
:
{
"parser"
:
"svelte"
}
}]
}