mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Switch new display to Vue
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"singleQuote": true,
|
||||
"vueIndentScriptAndStyle": true,
|
||||
"semi": true,
|
||||
"singleAttributePerLine": true,
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 150,
|
||||
"bracketSameLine": true
|
||||
"singleQuote": true,
|
||||
"bracketSameLine": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user