Skip to content

Commit

Permalink
Set two-space indent for *.vader in .editorconfig (#4849)
Browse files Browse the repository at this point in the history
Will be useful for those who use an EditorConfig plugin.
  • Loading branch information
dmitrivereshchagin authored Oct 31, 2024
1 parent 9854e19 commit d82d968
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 @@ -12,3 +12,7 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.vader]
indent_style = space
indent_size = 2

0 comments on commit d82d968

Please sign in to comment.