mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-05 11:50:12 +00:00
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
|
{
|
||
|
"printWidth": 100,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": true,
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "all",
|
||
|
"bracketSpacing": true,
|
||
|
"arrowParens": "always"
|
||
|
}
|