Skip to content

Commit

Permalink
Add new editorconfig rules for shell script (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Mar 15, 2022
1 parent 46fa25b commit 935967b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[*.json]
indent_style = space
indent_size = 2
insert_final_newline = true
insert_final_newline = true

[*.sh]
indent_style = space
indent_size = 4
insert_final_newline = true

0 comments on commit 935967b

Please sign in to comment.