From a0ca09024b57ca2005174933322ef3c953f1ca67 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:09:06 -0400 Subject: [PATCH] chore: update global workflows (#4216) --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index d6da5d94..782d1575 100644 --- a/.clang-format +++ b/.clang-format @@ -69,7 +69,6 @@ IndentWrappedFunctionNames: true InsertBraces: true InsertNewlineAtEOF: true KeepEmptyLinesAtTheStartOfBlocks: false -LineEnding: LF MaxEmptyLinesToKeep: 1 NamespaceIndentation: All ObjCBinPackProtocolList: Never