drawoverhead: test images and image buffers
[piglit.git] / .editorconfig
blobc614fcca7bb5d159ce57de5ad0edd262739f6b54
1 root = true
3 [*.py]
4 indent_style = space
5 indent_size = 4
6 trim_trailing_whitespace = true
8 [*.{c,cpp,h,hpp}]
9 indent_style = tab
10 tab_width = 8
12 [*.{cmake,txt}]
13 indent_style = tab
14 tab_width = 8
16 [{README,HACKING}]
17 indent_style = tab
18 tab_width = 8