Skip to content

Commit 1cd7bfc

Browse files
authored
Apply wrap-and-sort -at by default
The Go team currently recommends the flags --wrap-always --trailing-comma [1] which translates to -at, so dh-make-golang should use this flag combination by default. [1] https://go-team.pages.debian.net/workflow-changes.html#wf-2017-11-debian-control
1 parent d70d43c commit 1cd7bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ func execMake(args []string, usage func()) {
827827

828828
fs.StringVar(&wrapAndSort,
829829
"wrap-and-sort",
830-
"a",
830+
"at",
831831
"Set how the various multi-line fields in debian/control are formatted.\n"+
832832
"Valid values are \"a\", \"at\" and \"ast\", see wrap-and-sort(1) man page\n"+
833833
"for more information.")

0 commit comments

Comments
 (0)