init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
13
.prettierrc
Executable file
13
.prettierrc
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"plugins": ["prettier-plugin-go-template"],
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.html"],
|
||||
"options": {
|
||||
"parser": "go-template",
|
||||
"goTemplateBracketSpacing": true,
|
||||
"bracketSameLine": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue