Add .editorconfig and .gitattributes

This commit is contained in:
Joseph C. Lehner 2020-09-10 17:06:31 +02:00
parent 9e563293db
commit 9565154e4f
2 changed files with 11 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{c,cc,h}]
indent_style = tab
tab_width = 4

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
nmrpflash.dev text eol=crlf
* text eol=lf