mirror of
https://github.com/filiprojek/nork.git
synced 2024-11-02 18:12:28 +01:00
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
|
{
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"semi": false,
|
||
|
"trailingComma": "none",
|
||
|
"jsxSingleQuote": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"printWidth": 200,
|
||
|
"bracketSpacing": true,
|
||
|
"vueIndentScriptAndStyle": true,
|
||
|
"arrowParens": "always",
|
||
|
"bracketSameLine": false,
|
||
|
"endOfLine": "lf"
|
||
|
}
|