CCNA_Autofill/.prettierrc.json
2024-12-21 14:54:19 +00:00

10 lines
197 B
JSON

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