1 Star 0 Fork 0

suntabu/ConnectAppCN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.editorconfig 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
wangshuang 提交于 2019-05-14 17:17 . remove Android/
##########################################
#### ####
#### EditorConfig for JetBrains Rider ####
#### ####
#### by Project UIWidget ####
#### ####
##########################################
################# How to #################
#
# (1) Code Cleanup
#
# Prepare: Preferences -> Manage Layers ->
# add a layer from UIWidgetCleanupPlugin.
# DotSettings to your personal layer
#
# Whenever want to clean-up, use
# Menu -> Code -> Code Cleanup -> UIWidget
# -> OK
#
#
# (2) Code Inspect
# Preferences -> Editor -> Inspection
# Settings -> select "Read settings from
# editorconfig..."
#
############################################
#### !!!! EditorConfig Starts Here !!!! #####
root = true
# For CSharp Only
[*.cs]
################
# Code Cleanup #
################
# indents (4 spaces)
indent_style=space
indent_size=4
# no requirement for converting type declaration to var
csharp_for_built_in_types=can_use_either
csharp_for_other_types=can_use_either
csharp_for_simple_types=can_use_either
# use this.{} for all instance members
csharp_instance_members_qualify_members=all
# all braces start at the end of a line
csharp_brace_style=end_of_line
# don't use 'private' whenever possible
csharp_default_private_modifier=implicit
csharp_default_internal_modifier=implicit
# not requirement for converting named arguments into positioned arguments whenever possible
csharp_arguments_named=named
# add braces whenever necessary
csharp_braces_for_ifelse=required
csharp_braces_for_for=required
csharp_braces_for_foreach=required
csharp_braces_for_while=required
csharp_braces_for_dowhile=required
csharp_braces_for_using=required
csharp_braces_for_fixed=required
csharp_braces_redundant=true
# prefer block_body to expression_body
csharp_method_or_operator_body=block_body
csharp_local_function_body=block_body
csharp_constructor_or_destructor_body=block_body
csharp_accessor_owner_body=accessors_with_block_body
###################
# CODE INSPECTION #
###################
# use this.{} for all instance members
resharper_arrange_this_qualifier_highlighting=error
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/suntabu/ConnectAppCN.git
[email protected]:suntabu/ConnectAppCN.git
suntabu
ConnectAppCN
ConnectAppCN
master

搜索帮助