10.19
This commit is contained in:
12
.prettierrc
Normal file
12
.prettierrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"useTabs": false,
|
||||
"tabWidth": 2,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"vueIndentScriptAndStyle": false,
|
||||
"embeddedLanguageFormatting": "off",
|
||||
"bracketSameLine":false,
|
||||
"printWidth": 120
|
||||
}
|
||||
Reference in New Issue
Block a user