diff options
author | Felipe Sateler <fsateler@users.noreply.github.com> | 2017-08-28 11:37:23 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-08-28 16:37:23 +0200 |
commit | a86d0fe165611105d32d80b95baf7d7feb01aa09 (patch) | |
tree | 3e08e14845a2f74a6978f94188da8dc6fc66561e /.editorconfig | |
parent | 0c700d392d8c8829d230b9f5f12b8f509601a955 (diff) | |
download | systemd-a86d0fe165611105d32d80b95baf7d7feb01aa09.tar.gz |
editorconfig: add rule for meson.build files (#6671)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index e98007c4e8..67d848b68d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ charset = utf-8 [*.{c,h}] indent_style = space indent_size = 8 + +[meson.build] +indent_style = space +indent_size = 8 |