snipplets.dev/code/HTML/.prettierrc.json

12 lines
270 B
JSON

{
"printWidth": 132,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf",
"overrides": [{ "files": "*.json", "options": { "printWidth": 999 } }]
}