mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"quoteProps": "as-needed",
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"endOfLine": "auto",
|
|
"printWidth": 180
|
|
}
|