mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 02:12:28 +01:00
12 lines
206 B
JSON
12 lines
206 B
JSON
|
{
|
||
|
"trailingComma": "all",
|
||
|
"tabWidth": 4,
|
||
|
"semi": true,
|
||
|
"arrowParens": "always",
|
||
|
"bracketSameLine": false,
|
||
|
"bracketSpacing": true,
|
||
|
"quoteProps": "as-needed",
|
||
|
"useTabs": true,
|
||
|
"singleQuote": false
|
||
|
}
|