crush-level-web/.prettierrc

10 lines
154 B
Plaintext
Raw Permalink Normal View History

2025-11-17 06:29:21 +00:00
{
2025-12-11 11:31:56 +00:00
"semi": true,
2025-11-28 06:31:36 +00:00
"singleQuote": true,
2025-11-17 06:29:21 +00:00
"tabWidth": 2,
"trailingComma": "es5",
2025-12-24 11:29:59 +00:00
"printWidth": 100,
"arrowParens": "always",
"endOfLine": "lf"
2025-11-17 06:29:21 +00:00
}