From f846bfa02916923ee2f0b4dd9d58b6bfb730b5c1 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Thu, 3 Oct 2019 19:08:20 +0300 Subject: [PATCH] Normalize line endings --- .editorconfig | 2 +- .gitattributes | 1 + .gitignore | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig index 235b5e661..1bfcd3005 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,4 +6,4 @@ tab_width = 4 charset = utf-8 end_of_line = lf trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..176a458f9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index 40b878db5..c2658d7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -node_modules/ \ No newline at end of file +node_modules/