Skip to content

Commit fea3cb8

Browse files
committed
adding config for prettier-plugin-go-template
1 parent 866fdc8 commit fea3cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
printWidth: 120,
33
semi: true,
44
trailingComma: "es5",
5-
5+
plugins: ["prettier-plugin-go-template"],
66
overrides: [
77
{
88
files: ["*.html"],

0 commit comments

Comments
 (0)