blob: 29b4f393b8b2e2999bf0b6db4cec11ddcace4f86 [file] [log] [blame]
Thierry Reding885624b2016-12-21 18:08:29 +01001# To use this config with your editor, follow the instructions at:
2# http://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8insert_final_newline = true
9
10[*.{c,h}]
11indent_style = space
12indent_size = 4
13
14[{Makefile.*,*.mk}]
15indent_style = tab
16
17[*.m4]
18indent_style = space
19indent_size = 2
Dylan Baker5f7deb52017-09-13 11:46:13 -070020
21[{meson.build,meson_options.txt}]
22indent_style = space
23indent_size = 2