Fix end-of-line config (#109)

This commit is contained in:
Patrick Stevens
2024-02-26 18:33:29 +00:00
committed by GitHub
parent 9e36986bc7
commit a2ad430b2f
2 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ root=true
[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=true
insert_final_newline=true
indent_style=space

10
.gitattributes vendored
View File

@@ -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