JaBa/.prettierrc
2025-01-11 23:02:14 +03:00

10 lines
No EOL
166 B
Text

{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 250,
"semi": true,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": true
}