remap: *actually* build, and fix masked logic errors
[tftp-hpa.git] / .editorconfig
blob544d21f097a33612cfde7e3c3c31809789cd3cfe
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 = 8