mhf-server/.editorconfig

15 lines
227 B
INI
Raw Permalink Normal View History

2019-11-24 19:43:35 +08:00
###############################
# Core EditorConfig Options #
###############################
root = true
# All files
[*]
indent_style = space
# Code files
[*.cs]
indent_size = 4
insert_final_newline = true
charset = utf-8