1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-04-03 17:37:38 +05:00
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
}