From 9521222222ffba2d253053c225d2072ca196a81f Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Fri, 30 May 2025 07:37:26 +0900 Subject: [PATCH] chore: fix editorconfig pattern and add setting for zsh --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f3dcdfeccfb..074273f2518 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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