1# To use this config on you editor, follow the instructions at: 2# http://editorconfig.org 3 4root = true 5 6[*] 7tab_width = 8 8 9[meson.build,meson.options] 10indent_style = space 11indent_size = 2 12
1# To use this config on you editor, follow the instructions at: 2# http://editorconfig.org 3 4root = true 5 6[*] 7tab_width = 8 8 9[meson.build,meson.options] 10indent_style = space 11indent_size = 2 12