backend/.prettierrc
2019-12-02 23:52:48 +09:00

6 lines
75 B
Plaintext

{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true
}