Files
test_OgureNG/node/frontend-react/.prettierrc.json
2022-11-08 21:21:49 +01:00

13 lines
255 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "crlf",
"printWidth": 150,
"semi": true,
"singleQuote": true,
"tabs": false,
"tabWidth": 4,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}