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