waaraawa_ByteGrid/.prettierrc.json
2025-10-13 09:34:29 +09:00

10 lines
174 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}