18 lines
342 B
Text
18 lines
342 B
Text
{
|
|
"printWidth": 90,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSpacing": false,
|
|
"quoteProps": "consistent",
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"plugins": ["prettier-plugin-jinja-template"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.njk",
|
|
"options": {
|
|
"parser": "jinja-template"
|
|
}
|
|
}
|
|
]
|
|
}
|