1
0
mirror of https://github.com/thomasjsn/hugo-theme-hello-friend.git synced 2025-02-25 07:01:18 +01:00

12 lines
173 B
Plaintext

{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"overrides": [{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}]
}