From c34a686ba5bb0989afc1a419c44b1b8f8635c5b1 Mon Sep 17 00:00:00 2001 From: jonpas Date: Mon, 30 May 2016 18:18:38 +0200 Subject: [PATCH] Set LF line endings as default --- .editorconfig | 3 +-- .gitattributes | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 0deca3d2ab..af1c2ff314 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -end_of_line = crlf +end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space @@ -10,4 +10,3 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false - diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..176a458f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto