fix: indent_style = space (#3824)
This commit is contained in:
parent
81fe7a15cf
commit
b653f4b800
|
@ -10,6 +10,7 @@ root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in a new issue