cli/pkg/cmd/search/issues
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
..
issues.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
issues_test.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00