cli/pkg/cmd/pr/merge
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
http.go Added flag to pr merge allowing the selection of the merge commit email 2022-10-01 12:16:05 -05:00
merge.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
merge_test.go Enhance 2nd round of issue and PR number output 2024-03-01 15:42:43 -05:00