diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-02-21 14:22:52 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-02-21 14:22:52 +0100 |
commit | a1cfe39000ff807204c79d70cf7a964b2910ef35 (patch) | |
tree | afffee4fa03079ec2e7959431f83ddbc57775cb3 /.editorconfig | |
parent | mkosi: Drop opensuse workaround (diff) | |
download | systemd-a1cfe39000ff807204c79d70cf7a964b2910ef35.tar.xz systemd-a1cfe39000ff807204c79d70cf7a964b2910ef35.zip |
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-- | .editorconfig | 2 |
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 |