ts-ci/.prettierrc.json
2023-02-25 14:29:46 +01:00

11 lines
226 B
JSON

{
"printWidth": 105,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid"
}