markdowny/.editorconfig

29 lines
460 B
INI
Raw Permalink Normal View History

2016-11-01 00:25:37 +00:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_brace_style = K&R
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 80
tab_width = 4
trim_trailing_whitespace = true
2018-08-11 22:32:06 +00:00
curly_bracket_next_line = false
2016-11-01 00:25:37 +00:00
[*.{js,ts}]
quote_type = double
2018-08-11 22:32:06 +00:00
[*.yaml]
indent_size = 4
tab_width = 4
indent_style = space
[package.json]
2016-11-01 00:25:37 +00:00
indent_size = 2
tab_width = 2