Skip to content

Commit

Permalink
fix: Added configuration for *.vim files (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima authored Jan 21, 2024
1 parent eddca68 commit 0fce414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ indent_size = 2
indent_style = space
max_line_length = 120

[*.vim]
indent_size = 4
indent_style = tab

[*.yml]
indent_size = 2
indent_style = space
Expand Down

0 comments on commit 0fce414

Please sign in to comment.