clockremental/.prettierrc.json
2024-10-20 01:23:44 +00:00

7 lines
127 B
JSON

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