[editorconfig] Treat Ragel files also as C sources
This commit is contained in:
parent
d80a3ea983
commit
4375858792
|
@ -6,7 +6,7 @@ trim_trailing_whitespace = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{c,cc,h,hh}]
|
[*.{c,cc,h,hh,rl}]
|
||||||
tab_width = 8
|
tab_width = 8
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = tab # should be space
|
indent_style = tab # should be space
|
||||||
|
|
Loading…
Reference in New Issue