diff options
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 |