NullcatChan/.prettierrc.json
2023-01-29 17:39:28 +09:00

8 lines
111 B
JSON

{
"arrowParens": "avoid",
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"printWidth": 200
}