front
This commit is contained in:
12
frontend-react/.prettierrc.json
Normal file
12
frontend-react/.prettierrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "crlf",
|
||||
"printWidth": 150,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabs": false,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "none",
|
||||
"vueIndentScriptAndStyle": true
|
||||
}
|
||||
Reference in New Issue
Block a user