Files
njts-new-website/.prettierrc
2026-01-23 14:34:45 +09:00

8 lines
106 B
Plaintext

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