minor change to .editorconfig

section on shellscript
This commit is contained in:
Atlas Cove 2023-10-24 15:12:25 +01:00
parent 565ac8d612
commit b48d719d4a
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ insert_final_newline=false
[*.rb]
indent_style=space
indent_size=2
[*.sh]
indent_style=tab
indent_size=1