.editorconfig revision 1.1.1.1
1root = true
2
3[**/*.[ch]]
4charset = utf-8
5indent_style = space
6indent_size = 4
7tab_width = 8
8end_of_line = lf
9trim_trailing_whitespace = true
10insert_final_newline = true
11