xref: /Universal-ctags/libreadtags/.editorconfig (revision 4d9e7fc5cfa131f4c4e20ad3e85ea95271365b05)
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6
7[*.{c,h,sh}]
8indent_size = 4
9indent_style = tab
10trim_trailing_whitespace = true
11