mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(.editorconfig): add editorconfig
This commit is contained in:
parent
8b000b134a
commit
29c108d5a5
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
[*.js]
|
||||
indent_style = space;
|
||||
indent_size = 2;
|
||||
insert_final_newline = true;
|
||||
quote_type = single;
|
||||
space_after_anonymous_functions = true;
|
||||
space_after_control_statements = true;
|
||||
spaces_around_operators = true;
|
||||
trim_trailing_whitespace = true;
|
||||
spaces_in_brackets = false;
|
||||
end_of_line = lf;
|
Loading…
Reference in New Issue
Block a user