Skip to content

Commit

Permalink
Add .editorconfig for sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 3, 2024
1 parent ad2cb6f commit 802b99a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[*.sh]
indent_style = space
indent_size = 4
binary_next_line = true
switch_case_indent = true
space_redirects = true

0 comments on commit 802b99a

Please sign in to comment.