oga/.editorconfig

22 lines
267 B
INI
Raw Permalink 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,rll}]
2014-02-26 18:56:47 +00:00
indent_size = 2
2014-05-06 07:41:36 +00:00
[*.{h,c,java}]
indent_size = 4
2014-05-06 22:33:24 +00:00
[ext/c/*.rl]
2014-05-06 07:41:36 +00:00
indent_size = 4
2014-05-06 22:33:24 +00:00
[ext/java/org/liboga/xml/*.rl]
2014-05-06 07:41:36 +00:00
indent_size = 4
2014-05-07 22:17:12 +00:00
[ext/ragel/*.rl]
indent_size = 4