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