mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 19:32:30 +01:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"arrowParens": "always",
|
|
"bracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"quoteProps": "as-needed",
|
|
"useTabs": true,
|
|
"singleQuote": false
|
|
}
|