mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
17 lines
303 B
Text
17 lines
303 B
Text
{
|
|
"plugins": ["prettier-plugin-jinja-template"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.njk"],
|
|
"options": {
|
|
"parser": "jinja-template"
|
|
}
|
|
}
|
|
],
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"semi": true,
|
|
"endOfLine": "lf",
|
|
"arrowParens": "always",
|
|
"printWidth": 100
|
|
}
|