.editorconfig: indent_size = 4

pull/3410/head
Alexander Medvednikov 2020-01-11 13:23:47 +01:00
parent e3db628d0c
commit 0a33c9ebf5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ insert_final_newline = true
# Matches multiple files with brace expansion notation
[*.v]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab