From e9c7e02bc1a2f50ce2d09b6d499add40df50fedc Mon Sep 17 00:00:00 2001 From: Kjetil Olsen Lye Date: Mon, 10 Feb 2025 10:54:15 +0100 Subject: [PATCH] clang-format now adds newline at the end of file. --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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, }