editorconfig: Fix meson style

The syntax was wrong, resulting in it not working at all.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Dylan Baker
2019-05-23 10:21:05 -07:00
parent ea1e0acfd0
commit 9838185056

View File

@@ -35,6 +35,6 @@ indent_size = 2
[*.patch] [*.patch]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[meson.build,meson_options.txt] [{meson.build,meson_options.txt}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2