update .editorconfig (test indent_style = tab)

main
Dominic Reich 11 months ago
parent ecb42eb571
commit e0fd924208
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -4,7 +4,7 @@
root = true root = true
[*] [*]
indent_style = space indent_style = tab
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
@ -13,3 +13,4 @@ insert_final_newline = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false

Loading…
Cancel
Save