cli/pkg/surveyext
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
..
editor.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
editor_manual.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
editor_test.go Fix test flaky due to race in showing/hiding cursor 2021-06-14 10:58:53 +02:00