gitlab-ci: enable sanitizers for the meson builds
[mesa-waffle.git] / .editorconfig
blob3a21294b1f4ace030942e6c429265c3b8f388283
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 [*.yml]
13 indent_size = 2
15 [{meson.build,meson_options.txt}]
16 indent_size = 2