diff --git a/.clang-format b/.clang-format index b1a0cccb9..31c61bf58 100644 --- a/.clang-format +++ b/.clang-format @@ -21,8 +21,11 @@ IncludeCategories: Priority: 1 SortPriority: 0 InsertBraces: true +InsertNewlineAtEOF: true KeepEmptyLines: + AtEndOfFile: false AtStartOfBlock: false + AtStartOfFile: false LineEnding: LF PackConstructorInitializers: Never PointerAlignment: Left