meson: remove always true meson.version >= 0.46
[mesa-waffle.git] / .editorconfig
blob31f41f61a0f67e62abec8f5e0cfc7eaaa9e3fa1e
1 # To use this config on you editor, follow the instructions at:
2 # https://editorconfig.org
4 root = true
6 [*]
7 charset = utf-8
8 insert_final_newline = true
9 indent_style = space
10 indent_size = 4
12 [meson*]
13 indent_size = 2