Files
DLE/frontend/.prettierrc

10 lines
196 B
Plaintext

{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"vueIndentScriptAndStyle": true,
"singleAttributePerLine": false
}