Files
sparebeat-osu-converter/.prettierrc.json
2024-01-17 17:28:08 +09:00

12 lines
199 B
JSON

{
"printWidth": 120,
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}