🐛 Fix extra whitespace added in render hooks

Fixed #679
This commit is contained in:
James Panther
2023-10-25 09:11:10 +11:00
parent d88f6c49be
commit 7810026589
5 changed files with 17 additions and 10 deletions
+2
View File
@@ -1,9 +1,11 @@
{
"plugins": ["prettier-plugin-go-template"],
"goTemplateBracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"overrides": [
{