From c8941f166878999dd9427d93d258b647f8960a40 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sat, 10 Jul 2021 22:01:23 -0700 Subject: [PATCH] Switching to CRLF --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0f178672..7b4a0771 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] charset = utf-8 -end_of_line = lf +end_of_line = crlf indent_size = 2 indent_style = space insert_final_newline = true diff --git a/.gitattributes b/.gitattributes index 6313b56c..0c42f3cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto eol=lf +* text=auto eol=crlf