[editorconfig] Treat Ragel files also as C sources

This commit is contained in:
Ebrahim Byagowi 2019-09-01 15:13:05 +04:30 committed by GitHub
parent d80a3ea983
commit 4375858792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.{c,cc,h,hh}]
[*.{c,cc,h,hh,rl}]
tab_width = 8
indent_size = 2
indent_style = tab # should be space