File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is a Go HTML template formatter (we may add other formats in the future). T
99
1010* We focus on getting the overall structure right, and not on formatting details (which is often highly subjective).
1111* We use ... tabs and not spaces for indentation.
12- * ` define ` blocks don't trigger indentation.
12+ * ` define ` blocks don't trigger indentation. See [ this issue ] ( https://github.com/gohugoio/gotmplfmt/issues/1 ) for some discussion.
1313* We don't auto-add trailing newlines to the document; see [ this issue] ( https://github.com/prettier/prettier/issues/13036 ) for some context.
1414* We don't read ` .prettierignore ` .
1515* But we do support ` {{/* gotmplfmt-ignore-all */}} ` , ` {{/* gotmplfmt-ignore-start */}} ` and ` {{/* gotmplfmt-ignore-end */}} ` .
@@ -21,7 +21,7 @@ This is a Go HTML template formatter (we may add other formats in the future). T
2121To use this as a CLI tool, you can run:
2222
2323```
24- go install github.com/hexon/gotmplfmt/cmd /gotmplfmt@latest
24+ go install github.com/gohugoio /gotmplfmt@latest
2525```
2626
2727For the VS Code extension, see [ here] ( vscode/README.md )
You can’t perform that action at this time.
0 commit comments