DiscordIntegration/.editorconfig

20 lines
239 B
INI
Raw Normal View History

2017-07-29 12:53:25 -07:00
root = true
[*]
charset=utf-8
end_of_line=lf
indent_style = space
[*.java]
insert_final_newline = true
indent_size = 4
[*.gradle]
insert_final_newline = true
indent_size = 2
[*.{md,json}]
indent_size = 2
[{mcmod.info}]
indent_size = 2