mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-09 19:09:07 +00:00
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"vueIndentScriptAndStyle": true,
|
|
"trailingComma": "none"
|
|
}
|