From 4375858792f3e3cc2fae72c3ae3327f52884f780 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 1 Sep 2019 15:13:05 +0430 Subject: [PATCH] [editorconfig] Treat Ragel files also as C sources --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4850f2bf6..4291676b2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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