summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-05-23 10:21:05 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-05-24 18:44:18 +0000
commit98381850568741dc513a7ebdcbb7818941b52a23 (patch)
treeceb2e25becf558d7a3ecef7ddcad862101f21167 /.editorconfig
parentea1e0acfd04826d196c81d75bc16cde8a623caff (diff)
editorconfig: Fix meson style
The syntax was wrong, resulting in it not working at all. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index c2b772da6c1..db1f4a95d7f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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