plane/space/.prettierrc.json

8 lines
107 B
JSON
Raw Permalink Normal View History

2023-08-08 07:25:42 +00:00
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}