decla-red/shared/.prettierrc
2020-10-05 19:07:17 +02:00

7 lines
110 B
Text

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