phobos/.editorconfig
2018-09-16 12:19:04 -07:00

8 lines
147 B
INI

root = true
[*.{c,h,d,di,dd,sh}]
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8