nimbus-gui/.prettierrc

7 lines
90 B
Plaintext
Raw Normal View History

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