Editorconfig: Increase indent size to 3 spaces (#4090)

This commit is contained in:
Jeremy Piemonte 2017-10-29 14:21:55 -04:00 committed by Guangcong Luo
parent 86bbf874b0
commit fd5e845514

View File

@ -7,7 +7,7 @@ root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
indent_size = 3
trim_trailing_whitespace = true
insert_final_newline = true