mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-02 12:28:27 +08:00
15 lines
227 B
INI
15 lines
227 B
INI
###############################
|
|
# Core EditorConfig Options #
|
|
###############################
|
|
|
|
root = true
|
|
|
|
# All files
|
|
[*]
|
|
indent_style = space
|
|
|
|
# Code files
|
|
[*.cs]
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
charset = utf-8 |