ts-ci/.prettierrc.json
Joseph Garrone a41cea9b73 update
2021-02-27 01:57:14 +01:00

11 lines
225 B
JSON

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