Files
DisCal-Discord-Bot/.editorconfig
NovaFox161 6c4b2081f2 Adding kotlin
Right now just changing the data classes to proper kotlin data classes, will eventually add more kotlin side-by-side and to replace older code.
2021-01-15 23:52:50 -06:00

13 lines
224 B
INI

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