summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-02-21 14:22:52 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-02-21 14:22:52 +0100
commita1cfe39000ff807204c79d70cf7a964b2910ef35 (patch)
treeafffee4fa03079ec2e7959431f83ddbc57775cb3 /.editorconfig
parentbfe6bd1789258287ef6fbed3bf569bbfb1f38e82 (diff)
downloadsystemd-a1cfe39000ff807204c79d70cf7a964b2910ef35.tar.gz
mkosi: Use 4 space indentation for scripts
mkosi scripts are shell scripts and for shell scripts we use 4 space indentation.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 27bb3755d6..071dac0c11 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -20,7 +20,7 @@ indent_style = space
indent_size = 8
max_line_length = 109
-[*.sh]
+[*.sh,mkosi.build,mkosi.prepare,mkosi.postinst]
indent_style = space
indent_size = 4