From 5df9f4828b93f6da3a497afeafd93efc375da008 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Wed, 29 Oct 2025 11:32:10 -0500 Subject: [PATCH] SERVER-113167 add clang format config for newlines at EOF (#43302) GitOrigin-RevId: 2c4ea7e722954f809e791ce506d57ee8111baaea --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 70db1f73fd9..fcd7ce48579 100644 --- a/.clang-format +++ b/.clang-format @@ -159,6 +159,8 @@ StatementMacros: TabWidth: 4 UseCRLF: false UseTab: Never +InsertNewlineAtEOF: true +KeepEmptyLinesAtEOF: true WhitespaceSensitiveMacros: - STRINGIZE - PP_STRINGIZE