[clang] [clang-format] Add option to remove leading blank lines (PR #91221)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 00:44:31 PDT 2024
================
@@ -21947,6 +21950,10 @@ TEST_F(FormatTest, HandlesUTF8BOM) {
verifyFormat("\xef\xbb\xbf");
verifyFormat("\xef\xbb\xbf#include <iostream>");
verifyFormat("\xef\xbb\xbf\n#include <iostream>");
+ auto Style = getLLVMStyle();
----------------
owenca wrote:
Ditto.
https://github.com/llvm/llvm-project/pull/91221
More information about the cfe-commits
mailing list