1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-26 16:59:03 +00:00
emailjs/.editorconfig
2020-04-22 19:04:07 -07:00

14 lines
189 B
INI

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