cli/pkg/cmd/search
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
..
code Proof-reading 2023-11-17 02:04:35 +08:00
commits Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
issues Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
prs Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
repos Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
shared Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
search.go implement code search 2023-04-26 18:38:35 -06:00