Issue 56054
Summary Clang-Format removes empty line at end of file
Labels new issue
Assignees
Reporter GeorgWeinhold
    For C and C++ an empty line at the end of each file (header and implementation) is mandatory.

clang format does not add this new line. Moreover, clang-format removes existing empty line at the and of files.

This leads to compiler warnings.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to