Files
DisCal-Discord-Bot/.editorconfig
T
2017-04-15 01:07:03 -05:00

13 lines
223 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
# Credit to Discord4J for the .editorconfig file <3