Fix .editorconfig: use tabs for Meson files

This commit is contained in:
emersion 2019-02-18 11:21:07 +01:00
parent ee1d968e64
commit 438de4f559
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ indent_style = tab
indent_size = 8
max_line_length = 80
[*.xml,meson.build,meson_options.txt]
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8