Use a default of 4 spaces for viewing purposes

This commit is contained in:
Jérémie Astori 2019-02-03 03:33:42 -05:00 committed by GitHub
parent a994830bd8
commit eaab413409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 2 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
@ -18,3 +18,4 @@ trim_trailing_whitespace = false
[*.{json,yml}] [*.{json,yml}]
indent_style = space indent_style = space
indent_size = 2