Skip to content

Commit

Permalink
Fix indent setting in .editorconfig for *.v files
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 22, 2023
1 parent 904b61d commit 18ee3f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
[*.v]
indent_style = space
indent_size = 8
[*.{v,vsh}]
indent_style = tab

[*.rst]
indent_style = space
Expand Down

0 comments on commit 18ee3f6

Please sign in to comment.