blog/static/themes/hello-friend/.prettierrc
Mathieu Broillet 30a29a3a11
All checks were successful
continuous-integration/drone/push Build is passing
started migration from joplin
2023-06-11 16:09:07 +02:00

12 lines
173 B
Plaintext

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