update editorconfig
This commit is contained in:
+4
-4
@@ -3,9 +3,9 @@ root = true
|
|||||||
[*.yml]
|
[*.yml]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
tab_width = 2
|
||||||
|
indent_style = space
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
indent_style = tab
|
|
||||||
indent_size = 4
|
|
||||||
max_line_length = 120
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
tab_width = 4
|
max_line_length = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user