]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
editorconfig: add rule for meson.build files (#6671)
authorFelipe Sateler <fsateler@users.noreply.github.com>
Mon, 28 Aug 2017 14:37:23 +0000 (11:37 -0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Aug 2017 14:37:23 +0000 (16:37 +0200)
.editorconfig

index e98007c4e89d1ffcbea378903bd4df7519b023dc..67d848b68d1a96849e36d5ce40aea31a9f1b795e 100644 (file)
@@ -18,3 +18,7 @@ charset = utf-8
 [*.{c,h}]
 indent_style = space
 indent_size = 8
+
+[meson.build]
+indent_style = space
+indent_size = 8