plane/apps/space/.prettierrc.json
2023-08-08 12:55:42 +05:30

8 lines
107 B
JSON

{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}