Add a .editorconfig (copied from Phobos)

This commit is contained in:
Sebastian Wilzbach 2017-12-22 08:15:14 +01:00
parent 193492c746
commit f0dcfd4029

9
.editorconfig Normal file
View file

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