[clang] [clang-format] Add option to remove leading blank lines (PR #91221)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri May 10 19:06:45 PDT 2024


owenca wrote:

I think this is a good time to combine the `KeepEmptyLines...` options. For example:
```
KeepEmptyLines:
  AtStartOfBlock: true
  AtStartOfFile: false
  AtEndOfFile: true
```

https://github.com/llvm/llvm-project/pull/91221


More information about the cfe-commits mailing list