Skip to content

Commit

Permalink
chore(editorconfig): update editorconfig for better code readability
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 26, 2023
1 parent 24ba433 commit 8a4f928
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# top-most EditorConfig file
root = true

# 4 space indentation
[*.rs]
indent_style = tab
indent_size = 4

[*.sh]
indent_style = tab
[{*.sh, *.rs}]
indent_style = space
indent_size = 4

0 comments on commit 8a4f928

Please sign in to comment.