Added editorconfig and gitattributes.
This commit is contained in:
parent
9d3f421cde
commit
e0bffe9e2d
2 changed files with 7 additions and 0 deletions
2
examples/.editorconfig
Normal file
2
examples/.editorconfig
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[*]
|
||||||
|
insert_final_newline=true
|
5
examples/.gitattributes
vendored
Normal file
5
examples/.gitattributes
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# batch files are specific to windows and always crlf
|
||||||
|
*.bat eol=crlf
|
Loading…
Add table
Add a link
Reference in a new issue