fix issue with templ files
This commit is contained in:
parent
ff42b77215
commit
d3455ad8ee
5 changed files with 69 additions and 22 deletions
13
.prettierrc.json
Normal file
13
.prettierrc.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"quoteProps": "as-needed",
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": false,
|
||||
"arrowParens": "avoid",
|
||||
"plugins": ["prettier-plugin-go-template"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue