Newer
Older
dub_jkp / .editorconfig
@Martin Nowak Martin Nowak on 9 Aug 2014 164 bytes add .editorconfig
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