Files
1819old/ChartPlayer/FloChartPlayer/.prettierrc
2025-07-25 18:00:17 +09:00

11 lines
198 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"semi": true,
"useTabs": false,
"arrowParens": "avoid",
"endOfLine": "lf"
}