1
1
Fork 0
CCNA_Autofill_Userscript/.prettierrc.json
Dominik Säume 488dd75e29
All checks were successful
Linting / Javadoc (push) Successful in 9s
Setup QS
2024-05-23 19:39:21 +02:00

10 lines
No EOL
196 B
JSON

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