]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
chore: fix editorconfig pattern and add setting for zsh
authorEisuke Kawashima <e-kwsm@users.noreply.github.com>
Thu, 29 May 2025 22:37:26 +0000 (07:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 May 2025 05:53:45 +0000 (14:53 +0900)
.editorconfig

index f3dcdfeccfbab6abc211806d8b13397fc58d7bb1..074273f25188f895c36829fb74a9dfe6c202ac65 100644 (file)
@@ -24,7 +24,7 @@ indent_style = space
 indent_size = 8
 max_line_length = 109
 
-[*.sh,mkosi.build,mkosi.prepare,mkosi.postinst]
+[{*.sh,mkosi.build,mkosi.prepare,mkosi.postinst,shell-completion/zsh/_*}]
 indent_style = space
 indent_size = 4