On Sun, Feb 6, 2022 at 10:51 PM Shaoxuan Yuan <shaoxuan.yuan02@xxxxxxxxx> wrote: > > As Documentation/CodingGuidelines says, our shell scripts > (including tests) are to use HT for indentation, but this script Documentation/CodingGuidelines talks about "tabs" for indentation not "HT", so it would be more consistent to talk about "tabs" here too, or at least to say something like "are to use HT (horizontal tab) for indentation". > uses 4-column indent with SP. Fix this. Same for "SP" here vs "space" in our doc. (Also note that `man ascii` talks about "HT" and "SPACE", not "SP".) > Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@xxxxxxxxx>