cic-staff-client/.prettierrc

10 lines
153 B
Plaintext
Raw Normal View History

2021-05-10 14:19:54 +02:00
{
"useTabs": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"semi": true,
"bracketSpacing": true,
"arrowParens": "always"
}