Added editorconfig and gitattributes.

This commit is contained in:
Erik C. Thauvin 2019-09-20 01:10:45 -07:00
parent 9d3f421cde
commit e0bffe9e2d
2 changed files with 7 additions and 0 deletions

2
examples/.editorconfig Normal file
View file

@ -0,0 +1,2 @@
[*]
insert_final_newline=true

5
examples/.gitattributes vendored Normal file
View 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