phantasmal-world/.prettierrc.json

9 lines
152 B
JSON

{
"endOfLine": "auto",
"printWidth": 100,
"tabWidth": 4,
"singleQuote": false,
"trailingComma": "all",
"arrowParens": "avoid"
}