mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-03 07:39:51 -05:00
65d4cad204
Finally fucking fixing the formatting after all these years
13 lines
225 B
INI
13 lines
225 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
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 |