emailjs/.editorconfig

14 lines
189 B
INI
Raw Permalink Normal View History

2018-06-04 16:39:02 +00:00
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_style = space