25 lines
521 B
JSON
Executable File
25 lines
521 B
JSON
Executable File
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"htmlWhitespaceSensitivity": "css",
|
|
"printWidth": 80,
|
|
"proseWrap": "always",
|
|
"requirePragma": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"tabWidth": 4,
|
|
"trailingComma": "all",
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.json"
|
|
},
|
|
{
|
|
"files": "*.rasi",
|
|
"options": { "parser": "css" }
|
|
}
|
|
]
|
|
}
|