Files
eve-alpha/.prettierrc.json
Aodhan Collins 66749a5ce7 Initial commit
2025-10-06 00:33:04 +01:00

8 lines
107 B
JSON

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