dominoclock/.prettierrc

11 lines
181 B
Plaintext
Raw Normal View History

2021-11-17 00:45:48 +00:00
{
"useTabs": false,
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSameLine": false,
"arrowParens": "avoid"
2021-11-17 00:45:48 +00:00
}