From 7126fab232e42625d252dee7573da9dfb47c507b Mon Sep 17 00:00:00 2001 From: Brandon Allen Date: Thu, 10 Apr 2025 12:55:11 -0400 Subject: [PATCH] clang-format: add new line at EOF. Compliance failed for not having a new line at EOF yet I ran `git clang-format`. Adding this to the clang-format file will auto fix this in the future. Signed-off-by: Brandon Allen --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 940f22994b8..11054457bc3 100644 --- a/.clang-format +++ b/.clang-format @@ -99,6 +99,7 @@ IndentCaseLabels: false IndentGotoLabels: false IndentWidth: 8 InsertBraces: true +InsertNewlineAtEOF: true SpaceBeforeInheritanceColon: False SpaceBeforeParens: ControlStatementsExceptControlMacros SortIncludes: Never