From 36abb9b1bd67b47476d9bca35b166dd3fb37db37 Mon Sep 17 00:00:00 2001 From: kopecdav Date: Tue, 25 Feb 2025 14:58:07 +0100 Subject: [PATCH] Fix cstyle and editor_check inconsistancy [no changelog] --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 64c45c03eb..36fabbe4e1 100644 --- a/.clang-format +++ b/.clang-format @@ -8,3 +8,5 @@ ColumnLimit: 80 IncludeBlocks: Preserve # Insert New line at EOF if missing InsertNewlineAtEOF: true +#Set EOL to LF unconditionally +LineEnding: LF