Robert Kaussow
d5e92052a8
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Reviewed-on: #42 Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
{
|
|
"printWidth": 99,
|
|
"singleQuote": false,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.html"],
|
|
"options": {
|
|
"parser": "go-template"
|
|
}
|
|
}
|
|
]
|
|
}
|