Normalize line endings (#207)

This commit is contained in:
Bartłomiej Głownia 2022-04-06 12:59:51 +02:00 committed by GitHub
parent 6cbc701384
commit 5f2b732ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ indent_style = space
indent_size = 2 indent_size = 2
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
end_of_line = lf
[*.md] [*.md]
max_line_length = off max_line_length = off

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
* text eol=lf
*.png binary
*.ico binary