Armyforge_Cards/.prettierrc.json
2024-12-21 13:57:23 +00:00

10 lines
197 B
JSON

{
"useTabs": false,
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"endOfLine": "lf"
}