schmelczer-dev/.prettierrc
schmelczerandras d48786971b Reformat code
2020-09-24 14:16:45 +02:00

7 lines
110 B
Text

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