azerothcore-wotlk/.editorconfig
2018-02-12 09:22:19 +01:00

8 lines
160 B
INI

[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80