Add .editorconfig.

This commit is contained in:
Sönke Ludwig 2017-01-16 21:40:32 +01:00
parent 9d4e8086ff
commit 41d3c1411d
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.{c,h,d,di,dd,json}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8