control-center/.prettierrc

9 lines
138 B
Plaintext
Raw Normal View History

2019-01-17 10:12:18 +00:00
{
"printWidth": 100,
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true
}