summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-10-31 23:53:03 +0100
committerMarc Cornellà <marc.cornella@live.com>2020-11-09 20:06:19 +0100
commiteef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617 (patch)
treebbe56dddad7966cda42c5d286ec07649d149ee78 /.editorconfig
parenta3e0f4f2afe03a207b98d4c0aaecb5bbaa796883 (diff)
downloadzsh-eef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617.tar.gz
zsh-eef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617.tar.bz2
zsh-eef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617.zip
fix(installer): fix error message if $ZSH exists when installing
Also prefix all formatting functions with fmt_ Related: #9427
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index aa18e0e5c..b5321de59 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,7 +4,5 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
-
-[*.sh]
-indent_size = 4
-indent_style = tab
+indent_size = 2
+indent_style = space