bmp: Rewrote the RLE decompressor
[deark.git] / .editorconfig
blob7afd0efcdf716dac8348199916766fae2cf30d30
1 root = true
3 [**.{c,h}]
4 indent_style = tab
5 indent_size = 4
6 end_of_line = lf
8 [foreign/miniz*.h]
9 indent_style = space
10 indent_size = 4
11 end_of_line = lf
13 [src/deark.rc]
14 charset = utf-16le
15 end_of_line = crlf