reconcile/.prettierrc

7 lines
No EOL
115 B
Text

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