schmelczer-dev/.prettierrc
Schmelczer András fd14613db7 Fix some bugs
2020-01-12 20:26:32 +01:00

6 lines
90 B
Text
Executable file

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