more selective editorconfig

- only apply config to C and D source files
This commit is contained in:
Martin Nowak 2014-05-09 22:04:35 +02:00
parent 647e7f1342
commit f76f28c5cf

View file

@ -1,15 +1,9 @@
root = true root = true
; Standard conventions for the D programming language repository are: [*.{c,h,d,di,dd}]
; no tab characters end_of_line = lf
; indents are by 4 spaces insert_final_newline = true
; line endings are LF
; no trailing whitespace
; last character in file is an LF
[*]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8 charset = utf-8
end_of_line = lf