.{gitattributes,editorconfig}: eol=lf
This commit is contained in:
parent
ba3d5f0c68
commit
1bf64b36b0
|
@ -1,6 +1,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
* text=auto linguist-detectable
|
* text=auto eol=lf linguist-detectable
|
||||||
|
|
Loading…
Reference in New Issue