doesitarm/doesitarm-default/.prettierrc
2022-02-03 19:33:31 -06:00

7 lines
106 B
Text

{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}