signals: require and always use sigaction()
[tftp-hpa.git] / .editorconfig
blob0143c3cc3d2132aa0c0394683cf0ca7d0db7ea83
1 root = true
3 [*]
4 end_of_line = lf
5 trim_trailing_whitespace = true
6 insert_final_newline = true
8 [{*.c,*.h}]
9 indent_style = space
10 indent_size = 4
11 tab_width = 4