erepublik-discord_bot/.editorconfig
2021-08-06 12:42:29 +03:00

15 lines
204 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 180
tab_width = 4
[{*.bash,*.sh,*.zsh}]
indent_size = 2
tab_width = 2