Hangar/frontend/.prettierrc
2021-02-04 22:51:51 -08:00

7 lines
106 B
Plaintext

{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 160,
"arrowParens": "always"
}