From d3a85e09892ac8420ce52abcc901f25a442d45db Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Thu, 16 Feb 2023 21:31:13 +0000 Subject: [PATCH] SERVER-74089 Change clang-format setting DeriveLineEnding to true to allow for Windows-style line endings locally --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index be25304722e..d704bc6ccb1 100644 --- a/.clang-format +++ b/.clang-format @@ -63,7 +63,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true -DeriveLineEnding: false +DeriveLineEnding: true DerivePointerAlignment: false DisableFormat: false EmptyLineBeforeAccessModifier: LogicalBlock @@ -229,7 +229,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerIndentWidth: 4 ContinuationIndentWidth: 4 Cpp11BracedListStyle: true -DeriveLineEnding: false +DeriveLineEnding: true DerivePointerAlignment: false DisableFormat: false EmptyLineBeforeAccessModifier: LogicalBlock