diff --git a/.clang-format b/.clang-format index 1831fd73c..a6df7b950 100644 --- a/.clang-format +++ b/.clang-format @@ -14,6 +14,7 @@ ColumnLimit: 120, Cpp11BracedListStyle: true, FixNamespaceComments: true, + InsertNewlineAtEOF: true, MaxEmptyLinesToKeep: 5, NamespaceIndentation: Inner, }