Add tab indentation configuration.

This commit is contained in:
2019-01-30 21:10:01 +01:00
parent 083ea77769
commit 9781bcfad9

View File

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