diff --git a/.editorconfig b/.editorconfig index f5dc02acb..ecdb17ccf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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