Use a default of 4 spaces for viewing purposes
This commit is contained in:
parent
a994830bd8
commit
eaab413409
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user