Files
chicken-game/.prettierrc
2026-01-17 11:49:36 +03:00

8 lines
106 B
Plaintext

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