Profectus-Niffix/.prettierrc.json

8 lines
127 B
JSON
Raw Permalink Normal View History

{
2022-01-25 04:23:30 +00:00
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"trailingComma": "none"
}