xref: /src/sys/contrib/openzfs/.editorconfig (revision b4c3e9b5b09c829b4135aff738bd2893ed052377)
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