17 lines
291 B
Text
17 lines
291 B
Text
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"printWidth": 200,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"useTabs": true,
|
|
"plugins": ["prettier-plugin-jinja-template"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "jinja-template"
|
|
}
|
|
}
|
|
]
|
|
}
|