1
1
Fork 0
CCNA_Autofill_Userscript/.prettierrc.json

10 lines
196 B
JSON
Raw Permalink Normal View History

2024-05-23 17:18:48 +00:00
{
"useTabs": false,
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"endOfLine": "lf"
}