mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-08 22:04:06 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
15
node_modules/showdown/.editorconfig
generated
vendored
Normal file
15
node_modules/showdown/.editorconfig
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
continuation_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
|
||||
curly_bracket_next_line = true
|
||||
indent_brace_style = 1TBS
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
Reference in New Issue
Block a user