| .prettierrc | ●●●●● patch | view | raw | blame | history |
.prettierrc
New file @@ -0,0 +1,17 @@ { "endOfLine": "lf", "semi": true, "singleQuote": true, "printWidth": 120, "tabWidth": 2, "trailingComma": "all", "useTabs": false, "overrides": [ { "files": ["*.html"], "options": { "parser": "go-template" } } ] }