diff options
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 |