diff --git a/.editorconfig b/.editorconfig index fbc4e4a..4c3071f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 diff --git a/.gitattributes b/.gitattributes index f2a97f2..50023d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto linguist-detectable +* text=auto eol=lf linguist-detectable