From 79515a8e49611de615778893d2f671d42e014ab9 Mon Sep 17 00:00:00 2001 From: Die4Ever Date: Thu, 21 Oct 2021 15:29:08 -0500 Subject: [PATCH] JANITORIAL: Fix default line endings --- .editorconfig | 1 + .gitattributes | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 8d595d7f0a4..94054d769e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true vc_generate_documentation_comments = doxygen_slash_star +end_of_line = lf [*.lingo] charset = macroman diff --git a/.gitattributes b/.gitattributes index 63a56d2c892..27cbf4d31b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ /po/*.po encoding=utf-8 *.lingo encoding=MacRoman /engines.awk eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.hpp text eol=lf