summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@users.noreply.github.com>2017-08-28 11:37:23 -0300
committerLennart Poettering <lennart@poettering.net>2017-08-28 16:37:23 +0200
commita86d0fe165611105d32d80b95baf7d7feb01aa09 (patch)
tree3e08e14845a2f74a6978f94188da8dc6fc66561e /.editorconfig
parent0c700d392d8c8829d230b9f5f12b8f509601a955 (diff)
downloadsystemd-a86d0fe165611105d32d80b95baf7d7feb01aa09.tar.gz
editorconfig: add rule for meson.build files (#6671)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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