1
0
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:
Alexander Medvednikov 2020-01-11 13:23:47 +01:00
parent e3db628d0c
commit 0a33c9ebf5

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