decla-red/.prettierrc
2020-10-07 16:40:21 +02:00

7 lines
110 B
Text

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