plane/web/.prettierrc

6 lines
67 B
Plaintext
Raw Normal View History

2022-11-19 14:21:26 +00:00
{
2023-09-15 10:07:54 +00:00
"printWidth": 120,
2022-11-19 14:21:26 +00:00
"tabWidth": 2,
"trailingComma": "es5"
}