]> git.proxmox.com Git - mirror_zfs.git/blame - .editorconfig
etc/init.d: decide which variant to use at build time.
[mirror_zfs.git] / .editorconfig
CommitLineData
25df8fb4
GC
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