1
1
Fork 0
CCNA_Autofill_Userscript/.prettierrc.json
Dominik Säume 9c0c80902e
All checks were successful
Linting / Javadoc (push) Successful in 4s
Setup QS
2024-05-23 19:41:31 +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"
}