nimbus-gui/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

{
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100,
"tabWidth": 2
}