mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-25 07:50:33 +03:00
chore: format config
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
// "arrowParens": "always",
|
||||||
|
"bracketSpacing": true,
|
||||||
|
// "embeddedLanguageFormatting": "auto",
|
||||||
|
// "htmlWhitespaceSensitivity": "css",
|
||||||
|
// "insertPragma": false,
|
||||||
|
// "jsxBracketSameLine": false,
|
||||||
|
// "jsxSingleQuote": false,
|
||||||
|
// "printWidth": 80,
|
||||||
|
// "proseWrap": "preserve",
|
||||||
|
// "quoteProps": "as-needed",
|
||||||
|
// "requirePragma": false,
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"useTabs": false,
|
||||||
|
"vueIndentScriptAndStyle": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user