Change line break rule to avoid issues with contributions from Windows

This commit is contained in:
Wolf-Martell Montwé 2023-08-29 14:39:32 +02:00
parent 1d350ec6e1
commit 61d4d642a0
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72
2 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
end_of_line = lf
[*.{kt,kts}]
ij_kotlin_imports_layout = *,^

4
.gitattributes vendored
View file

@ -1,4 +1,4 @@
* text=auto eol=lf
* text=auto
*.bat text eol=crlf
*.bat eol=crlf
*.jar binary