From bd1ad2ef5e9c37bec189550bcf9c50a61af4da37 Mon Sep 17 00:00:00 2001 From: Erik Kemperman Date: Wed, 2 Aug 2017 10:05:44 +0200 Subject: [PATCH] Build: Enforce consistent line endings --- .editorconfig | 1 + .gitattributes | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 5760be58..e000b0ce 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 00000000..99cda562 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text eol=lf +