vibe-core/.editorconfig
2017-01-16 21:40:32 +01:00

10 lines
164 B
INI

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