Files
operationSystem-front/.prettierrc.json
2025-02-12 18:29:27 +09:00

13 lines
220 B
JSON

{
"printWidth": 200,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "auto"
}