TMT-Demo/.prettierrc.json
2022-02-27 18:11:01 -06:00

7 lines
127 B
JSON

{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}