Commit e63d159729c1658c4bf6fc4996663b74fb40542f

Valtteri Laitinen 2018-08-19T17:56:44

Set default indentation size (#1516) Updates the .editorconfig to display tabs as four spaces.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.editorconfig b/.editorconfig
index bf094ab..b2e4603 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,7 @@ root = true
 insert_final_newline = false
 charset = utf-8
 indent_style = tab
+indent_size = 4
 
 [tests/languages/**.test]
 end_of_line = crlf