1
0
Fork 0
Armyfroge_Cards_Userscript/prettierrc.json
Snoweuph 48eb1b040a
Some checks failed
QS / QS (push) Failing after 4s
Create
2024-07-28 10:38:31 +02:00

10 lines
197 B
JSON

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