Files
makelore/.prettierrc
2026-07-29 17:22:35 +08:00

8 lines
106 B
Plaintext

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