X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.editorconfig;h=a001f340bd8be482016d1f62a00913cf5b765b2b;hb=6b7ac49d570c66754fad1b80cc200c7596d1facd;hp=df6db65531d168b505903f1c377627e4d0691279;hpb=19735c837ae2056b4651720290eda59498eca65a;p=mirror_qemu.git diff --git a/.editorconfig b/.editorconfig index df6db65531..a001f340bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,6 +26,10 @@ file_type_emacs = makefile indent_style = space indent_size = 4 +[*.sh] +indent_style = space +indent_size = 4 + [*.{s,S}] indent_style = tab indent_size = 8