decla-red/frontend/.prettierrc
2020-08-18 15:49:15 +02:00

7 lines
111 B
Text

{
"trailingComma": "es5",
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"endOfLine": "lf"
}