1# To use this config with your editor, follow the instructions at: 2# http://editorconfig.org 3 4[*] 5charset = utf-8 6indent_style = tab 7indent_size = 8 8tab_width = 8 9insert_final_newline = true 10 11[meson.build] 12indent_style = space 13indent_size = 2 14