1
0
Fork 0
Armyfroge_Cards_Userscript/prettierrc.json

11 lines
197 B
JSON
Raw Normal View History

2024-07-28 08:38:31 +00:00
{
"useTabs": false,
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"endOfLine": "lf"
}