mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
.editorconfig: indent_size = 4
This commit is contained in:
parent
e3db628d0c
commit
0a33c9ebf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user