mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
|
{
|
||
|
|
"tabWidth": 4,
|
||
|
|
"useTabs": true,
|
||
|
|
"arrowParens": "avoid",
|
||
|
|
"bracketSameLine": true,
|
||
|
|
"bracketSpacing": true,
|
||
|
|
"jsxSingleQuote": false,
|
||
|
|
"trailingComma": "es5"
|
||
|
|
}
|