summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@users.noreply.github.com>2017-08-28 16:37:23 +0200
committerLennart Poettering <lennart@poettering.net>2017-08-28 16:37:23 +0200
commita86d0fe165611105d32d80b95baf7d7feb01aa09 (patch)
tree3e08e14845a2f74a6978f94188da8dc6fc66561e
parentbuild-sys: fix the script used for generating load_fragment_gperf_nulstr (#6646) (diff)
downloadsystemd-a86d0fe165611105d32d80b95baf7d7feb01aa09.tar.xz
systemd-a86d0fe165611105d32d80b95baf7d7feb01aa09.zip
editorconfig: add rule for meson.build files (#6671)
-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