editorconfig: add indent size

This commit is contained in:
Christian Hesse 2017-10-17 13:10:00 +02:00
parent 8e8d330967
commit 465813d08e

View File

@ -3,3 +3,4 @@ root = true
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 8