decla-red/backend/.prettierrc
schmelczerandras 0f0a1eaf67 Add backend
2020-10-04 19:05:32 +02:00

7 lines
110 B
Text

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