diff --git a/.editorconfig b/.editorconfig index 9ef5fed..e207c42 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,6 @@ root=true [*] charset=utf-8 -end_of_line=crlf trim_trailing_whitespace=true insert_final_newline=true indent_style=space diff --git a/.gitattributes b/.gitattributes index a37b813..d84cc79 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -* eol=auto -*.sh text eol=lf -*.yaml text -*.nix text eol=lf -hooks/pre-push text eol=lf +* eol=auto +*.sh text eol=lf +*.yaml text +*.nix text eol=lf +hooks/pre-push text eol=lf