[PATCH] D127484: [clang-format] Use tabs on GNU style

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 12 00:35:49 PDT 2022


owenpan added a comment.

In D127484#3576061 <https://reviews.llvm.org/D127484#3576061>, @a4lg wrote:

> Interesting.
>
> I measured some development branch (targeting `*.c`, `*.cc`, `*.cpp` and `*.h`):
>
> | Program   | prefix: 8 spaces | prefix: 1 tab | 8sp percentage |
> | Coreutils | 23494            | 461           | 98.08%         |
> |

All of the 461 lines with a tab prefix are in a single header file: coreutils/src/longlong.h. So probably by accident.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127484/new/

https://reviews.llvm.org/D127484



More information about the cfe-commits mailing list