nimbus-gui/.prettierrc

8 lines
106 B
Plaintext

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