diff --git a/.clang-format b/.clang-format index c9c00d1..723bc52 100644 --- a/.clang-format +++ b/.clang-format @@ -8,3 +8,4 @@ FixNamespaceComments: true SpacesBeforeTrailingComments: 2 ColumnLimit: 80 QualifierAlignment: Right +InsertNewlineAtEOF: true