1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-05 09:17:44 +03:00

mkosi: Use 4 space indentation for scripts

mkosi scripts are shell scripts and for shell scripts we use 4 space
indentation.
This commit is contained in:
Daan De Meyer 2023-02-21 14:22:52 +01:00
parent bfe6bd1789
commit a1cfe39000
2 changed files with 166 additions and 166 deletions

View File

@ -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