.editorconfig: indent_size = 4
parent
e3db628d0c
commit
0a33c9ebf5
|
@ -10,6 +10,7 @@ insert_final_newline = true
|
||||||
# Matches multiple files with brace expansion notation
|
# Matches multiple files with brace expansion notation
|
||||||
[*.v]
|
[*.v]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
Loading…
Reference in New Issue