ts-ci/.prettierrc.json

12 lines
226 B
JSON
Raw Permalink Normal View History

2020-05-27 22:02:44 +02:00
{
2021-02-27 01:57:14 +01:00
"printWidth": 105,
2020-05-27 22:02:44 +02:00
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
2023-02-25 14:29:46 +01:00
"trailingComma": "none",
2020-05-27 22:02:44 +02:00
"bracketSpacing": true,
"arrowParens": "avoid"
}