Files
mpc-framework/.prettierrc.json
2025-02-11 15:53:26 +00:00

7 lines
89 B
JSON

{
"arrowParens": "avoid",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80
}