Change line break rule to avoid issues with contributions from Windows
This commit is contained in:
parent
1d350ec6e1
commit
61d4d642a0
2 changed files with 3 additions and 2 deletions
|
@ -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
4
.gitattributes
vendored
|
@ -1,4 +1,4 @@
|
|||
* text=auto eol=lf
|
||||
* text=auto
|
||||
|
||||
*.bat text eol=crlf
|
||||
*.bat eol=crlf
|
||||
*.jar binary
|
||||
|
|
Loading…
Reference in a new issue