Normalize line endings (#207)
This commit is contained in:
parent
6cbc701384
commit
5f2b732ff9
@ -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
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* text eol=lf
|
||||||
|
*.png binary
|
||||||
|
*.ico binary
|
Loading…
Reference in New Issue
Block a user