1 Star 0 Fork 1

dannyjones / NeoAxisEngine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 742 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
IvanEfimov 提交于 2020-06-23 05:25 . First commit.
# top-most EditorConfig file
root = true
[*.cs]
indent_style = tab
end_of_line = crlf
# disabled conversion non unicode cs files to default unicode.
# charset = utf-8-bom
# NeoAxis main project formatting rules
# https://docs.microsoft.com/ru-ru/visualstudio/ide/editorconfig-code-style-settings-reference
csharp_new_line_before_open_brace = all
#csharp_new_line_before_else = true
csharp_space_after_keywords_in_control_flow_statements = false
csharp_space_between_method_declaration_parameter_list_parentheses = true
csharp_space_between_method_call_parameter_list_parentheses = true
csharp_space_between_parentheses = control_flow_statements, expressions
csharp_indent_switch_labels = false
csharp_space_between_square_brackets = true
1
https://gitee.com/DannyJones/NeoAxisEngine.git
git@gitee.com:DannyJones/NeoAxisEngine.git
DannyJones
NeoAxisEngine
NeoAxisEngine
master

搜索帮助