farmcontrol-api/.prettierrc.json

8 lines
127 B
JSON

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