oga/.editorconfig

19 lines
236 B
INI
Raw Normal View History

2014-02-26 18:56:47 +00:00
root = true
[*]
end_of_line = lf
indent_style = spaces
trim_trailing_whitespace = true
[*.{y,rb,rl}]
indent_size = 2
2014-05-06 07:41:36 +00:00
[*.{h,c,java}]
indent_size = 4
[ext/liboga/*.rl]
indent_size = 4
[ext/liboga/org/liboga/xml/*.rl]
indent_size = 4