Skip to content

Commit

Permalink
update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Jul 17, 2023
1 parent bc71b47 commit 1a70084
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ tab_width = 2
trim_trailing_whitespace = false
insert_final_newline = false

[{.zshrc,.zprofile,.zshenv,zshrc,zprofile,zshenv}]
indent_size = 2
indent_style = tab
tab_width = 2
trim_trailing_whitespace = false
insert_final_newline = false

[{.env,.env.local,installer,bash.config,ops}]
indent_size = 2
indent_style = tab
tab_width = 2
trim_trailing_whitespace = false
insert_final_newline = false

[*.toml]
indent_style = space
indent_size = 4
Expand Down

0 comments on commit 1a70084

Please sign in to comment.