zfs-builds-mm/zfs-2.0.0-rc4/.editorconfig

11 lines
138 B
INI
Raw Normal View History

2020-10-22 14:20:35 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
tab_width = 8
indent_style = tab