Add .editorconfig and .gitattributes
This commit is contained in:
parent
9e563293db
commit
9565154e4f
2 changed files with 11 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
nmrpflash.dev text eol=crlf
|
||||||
|
* text eol=lf
|
Loading…
Add table
Reference in a new issue