pydase/frontend/.prettierrc
2023-08-02 12:06:19 +02:00

12 lines
218 B
Plaintext

{
"arrowParens": "always",
"bracketSameLine": true,
"endOfLine": "auto",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"vueIndentScriptAndStyle": true,
"printWidth": 88,
"trailingComma": "none"
}