diff options
author | Dylan Baker <[email protected]> | 2019-05-23 10:21:05 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-05-24 18:44:18 +0000 |
commit | 98381850568741dc513a7ebdcbb7818941b52a23 (patch) | |
tree | ceb2e25becf558d7a3ecef7ddcad862101f21167 /.editorconfig | |
parent | ea1e0acfd04826d196c81d75bc16cde8a623caff (diff) |
editorconfig: Fix meson style
The syntax was wrong, resulting in it not working at all.
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
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 |