Add prettier configuration

This commit is contained in:
Las Zenow 2021-02-09 16:49:33 +00:00
parent 08caa73680
commit d81f1b92cd

10
.prettier Normal file
View file

@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}