Specify tab size in .editorconfig

... as 2.
This commit is contained in:
Stiopa Koltsov 2021-01-20 23:36:01 +00:00 committed by G. Allais
parent 61761f4c27
commit f79eaa570d

View File

@ -3,4 +3,5 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true