mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
build(.editorconfig): fix editorconfig
This commit is contained in:
parent
86353c1ee8
commit
f8a81373fe
|
@ -1,15 +1,15 @@
|
||||||
[*.js]
|
[*.js]
|
||||||
indent_style = space;
|
indent_style = space
|
||||||
indent_size = 2;
|
indent_size = 2
|
||||||
continuation_indent_size = 2;
|
continuation_indent_size = 2
|
||||||
insert_final_newline = true;
|
insert_final_newline = true
|
||||||
quote_type = single;
|
quote_type = single
|
||||||
space_after_anonymous_functions = true;
|
space_after_anonymous_functions = true
|
||||||
space_after_control_statements = true;
|
space_after_control_statements = true
|
||||||
spaces_around_operators = true;
|
spaces_around_operators = true
|
||||||
trim_trailing_whitespace = true;
|
trim_trailing_whitespace = true
|
||||||
spaces_in_brackets = false;
|
spaces_in_brackets = false
|
||||||
curly_bracket_next_line = true;
|
curly_bracket_next_line = true
|
||||||
indent_brace_style = 1TBS;
|
indent_brace_style = 1TBS
|
||||||
end_of_line = lf;
|
end_of_line = lf
|
||||||
charset = utf-8;
|
charset = utf-8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user