From c1965c3d89a814c1659064a4e9ac69d5cfa9ccc8 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 4 Mar 2026 07:07:47 +0100 Subject: [PATCH] Enforce LF line endings --- .clang-format | 1 + .gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.clang-format b/.clang-format index 0cef9ae4..e569a158 100644 --- a/.clang-format +++ b/.clang-format @@ -64,3 +64,4 @@ SpacesInSquareBrackets: false Standard: Latest TabWidth: 4 UseTab: Always +LineEnding: LF diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0b9c73ac --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text=auto eol=lf \ No newline at end of file