test: add fbo blit + texture view testcase
[piglit.git] / .editorconfig
blobe0f13a949b487112deaa05efd22cf8d1984c8436
1 root = true
3 [*.py]
4 indent_style = space
5 indent_size = 4
6 trim_trailing_whitespace = true
7 max_line_length = 79
9 [*.{c,cpp,h,hpp}]
10 indent_style = tab
11 tab_width = 8
12 max_line_length = 78
14 [*.{cmake,txt}]
15 indent_style = tab
16 tab_width = 8
17 max_line_length = 78
19 [{README,HACKING}]
20 indent_style = tab
21 tab_width = 8
22 max_line_length = 78