glsl: remove unused detect_recursion_linked()
[mesa.git] / .editorconfig
blob3c6b234f1826e1587c1ae7b1048dc921c49f8d84
1 # To use this config on you editor, follow the instructions at:
2 # http://editorconfig.org
4 root = true
6 [*]
7 charset = utf-8
8 insert_final_newline = true
9 tab_width = 8
11 [*.{c,h,cpp,hpp,cc,hh,y,yy}]
12 indent_style = space
13 indent_size = 3
14 max_line_length = 78
16 [{Makefile*,*.mk}]
17 indent_style = tab
19 [*.py]
20 indent_style = space
21 indent_size = 4
23 [*.yml]
24 indent_style = space
25 indent_size = 2
27 [*.rst]
28 indent_style = space
29 indent_size = 3
31 [*.patch]
32 trim_trailing_whitespace = false
34 [{meson.build,meson_options.txt}]
35 indent_style = space
36 indent_size = 2
38 [*.ps1]
39 indent_style = space
40 indent_size = 2
42 [*.rs]
43 indent_style = space
44 indent_size = 4