dmd/.editorconfig
Martin Nowak f76f28c5cf more selective editorconfig
- only apply config to C and D source files
2014-05-09 22:04:35 +02:00

9 lines
161 B
INI

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