windowscodecs/tests: Add a test for copying pixels of a 24bpp TIFF format.
[wine.git] / .editorconfig
blob5f1c49f76a82c1c2d12bf48ffc07a4a9d9f6eef3
1 root = true
3 # Defaults
4 [*]
5 indent_style = space
6 indent_size = 4
7 tab_width = 8
8 charset = utf-8
9 trim_trailing_whitespace = true
10 insert_final_newline = true
11 max_line_length = 100