JaBa/.prettierrc

12 lines
187 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",
"useTabs": true,
"parser": "babel"
2024-12-05 19:16:01 +05:00
}