xref: /freebsd/sys/contrib/openzfs/.editorconfig (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7
8[*.{c,h}]
9tab_width = 8
10indent_style = tab
11