diff options
author | Mitsuo Heijo <mitsuo.heijo@gmail.com> | 2020-01-31 00:06:49 +0900 |
---|---|---|
committer | Mitsuo Heijo <mitsuo.heijo@gmail.com> | 2020-01-31 00:06:49 +0900 |
commit | a529f0d6aebec229516ce849863bb8c3a3f998d1 (patch) | |
tree | 65fc7a7e06f9447ff692c679082ebc77e3f1e098 /.editorconfig | |
parent | 4da303693f43c6b97bbb43db9ca81a7f4c4c150b (diff) | |
download | vim-lsp-settings-a529f0d6aebec229516ce849863bb8c3a3f998d1.tar.gz vim-lsp-settings-a529f0d6aebec229516ce849863bb8c3a3f998d1.tar.bz2 vim-lsp-settings-a529f0d6aebec229516ce849863bb8c3a3f998d1.zip |
fix shellcheck issues, format bash scripts with shfmt
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 06f8939..a11e8ec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,8 @@ charset = utf-8 # Extension [*.sh] end_of_line = lf +indent_style = space +indent_size = 2 [*.cmd] end_of_line = crlf |