TShock/.editorconfig
MarioE b0997536d3 Add command help text
Also remove /debugreg, as it is now pointless.
2013-10-05 10:34:28 -04:00

9 lines
123 B
INI

root = true
[*]
end_of_line = crlf
insert_final_newline = true
[*.cs]
indent_style = tab
trim_trailing_whitespace = true