JaBa/.prettierrc

10 lines
166 B
Text
Raw Normal View History

2023-07-05 00:58:06 +05:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 250,
"semi": true,
"tabWidth": 4,
"trailingComma": "all",
2025-01-12 01:02:14 +05:00
"useTabs": true
}