editorconfig: add rule for meson.build files (#6671)

This commit is contained in:
Felipe Sateler 2017-08-28 11:37:23 -03:00 committed by Lennart Poettering
parent 0c700d392d
commit a86d0fe165
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8
[meson.build]
indent_style = space
indent_size = 8