mirror of
https://github.com/systemd/systemd.git
synced 2025-08-03 08:22:21 +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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user