File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1+ .licenses /
2+ .git /
3+ .github /
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ indent_style = space
1212indent_size = 2
1313
1414# Use utf-8 charset for modern languages
15- [* .{js,py, go} ]
15+ [* .{go} ]
1616charset = utf-8
1717
1818# Use tab indentation for Go and Makefiles
19- [{* .go,go.* ,Makefile } ]
19+ [{* .go,go.* } ]
2020indent_style = tab
2121indent_size = 4
2222
Original file line number Diff line number Diff line change 33 GOLANGCI_LINT_VERSION : v2.4.0
44 GOIMPORTS_VERSION : v0.29.0
55 DPRINT_VERSION : 0.48.0
6- LICENSED_VERSION : " 5.0.4"
76 VERSION : # if version is not passed we hack the semver by encoding the commit as pre-release
87 sh : echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
98
Original file line number Diff line number Diff line change 11{
2- "json" : {},
32 "markdown" : {},
4- "toml" : {},
53 "dockerfile" : {},
64 "yaml" : {},
75 "excludes" : [
86 " .licenses/**" ,
97 " **/testdata/**"
108 ],
119 "plugins" : [
12- " https://plugins.dprint.dev/json-0.19.4.wasm" ,
1310 " https://plugins.dprint.dev/markdown-0.17.8.wasm" ,
14- " https://plugins.dprint.dev/toml-0.6.3.wasm" ,
1511 " https://plugins.dprint.dev/dockerfile-0.3.2.wasm" ,
1612 " https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
1713 ]
You can’t perform that action at this time.
0 commit comments