editorconfig: Fix meson style
authorDylan Baker <dylan@pnwbakers.com>
Thu, 23 May 2019 17:21:05 +0000 (10:21 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 24 May 2019 18:44:18 +0000 (18:44 +0000)
The syntax was wrong, resulting in it not working at all.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.editorconfig

index c2b772d..db1f4a9 100644 (file)
@@ -35,6 +35,6 @@ indent_size = 2
 [*.patch]
 trim_trailing_whitespace = false
 
-[meson.build,meson_options.txt]
+[{meson.build,meson_options.txt}]
 indent_style = space
 indent_size = 2