Skip to content

Commit

Permalink
chore(editorconfig): add indentation settings for shell scripts (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 6, 2023
1 parent 629a63c commit 72f8484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -14,3 +14,7 @@ charset = utf-8
indent_style = space
indent_size = 4

# Indentation settings for shell scripts
[*.sh]
indent_style = space
indent_size = 2

0 comments on commit 72f8484

Please sign in to comment.