From 8e1075dea4df143c94368eb89e6363be5959a2d9 Mon Sep 17 00:00:00 2001 From: Erik Kemperman Date: Tue, 8 Aug 2017 18:54:36 +0200 Subject: [PATCH] Build: Enforce consistent line endings --- .editorconfig | 1 + .gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 5760be5..e000b0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +end_of_line = lf [*.md] trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf