update style
This commit is contained in:
@@ -5,10 +5,13 @@ charset = utf-8
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 3
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[yaml]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
column_width = 120
|
column_width = 120
|
||||||
line_endings = 'Unix'
|
line_endings = 'Unix'
|
||||||
indent_type = 'Spaces'
|
indent_type = 'Spaces'
|
||||||
indent_width = 2
|
indent_width = 3
|
||||||
quote_style = 'AutoPreferSingle'
|
quote_style = 'AutoPreferSingle'
|
||||||
call_parentheses = 'Always'
|
call_parentheses = 'Always'
|
||||||
collapse_simple_statement = 'ConditionalOnly'
|
collapse_simple_statement = 'ConditionalOnly'
|
||||||
|
|||||||
Reference in New Issue
Block a user