mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"bracketSameLine": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 160,
|
|
"singleAttributePerLine": true
|
|
}
|