diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-10-31 23:53:03 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-11-09 20:06:19 +0100 |
commit | eef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617 (patch) | |
tree | bbe56dddad7966cda42c5d286ec07649d149ee78 /.editorconfig | |
parent | a3e0f4f2afe03a207b98d4c0aaecb5bbaa796883 (diff) | |
download | zsh-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-- | .editorconfig | 6 |
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 |