tab-stash/.prettierrc.json

7 lines
103 B
JSON

{
"bracketSpacing": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"trailingComma": "all"
}