JaBa/.prettierrc

11 lines
186 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"
}