thewwwdotcom-blog/themes/anatole/.prettierrc

19 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-09-21 14:24:25 -04:00
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
],
"plugins": ["prettier-plugin-go-template"]
}