blob: 426273fd59eda1ceada57a5e609ef9f1461780f9 [file] [log] [blame]
Michel Dänzer87dac002017-06-12 19:00:13 +09001# 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
Dylan Baker5f7deb52017-09-13 11:46:13 -070010
11[meson.build]
12indent_style = space
13indent_size = 2