Files
website-11ty-hamburg.stefan…/.prettierrc.json
2022-08-24 10:00:11 +02:00

19 lines
252 B
JSON

{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"useTabs": true,
"tabWidth": 4,
"printWidth": 100,
"trailingComma": "es5",
"overrides": [
{
"files": "*.md",
"options": {
"singleQuote": false,
"tabWidth": 2
}
}
]
}