mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[editorconfig] Treat Ragel files also as C sources
This commit is contained in:
parent
d80a3ea983
commit
4375858792
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue