1 Star 1 Fork 1

携丶七月 / Prism

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Dan Siegel 提交于 2020-10-06 14:40 . add daily format action
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
# This file is the top-most EditorConfig file
root = true
##########################################
# Common Settings
##########################################
[*]
indent_style = space
end_of_line = CRLF
trim_trailing_whitespace = true
insert_final_newline = true
##########################################
# File Extension Settings
##########################################
[*.sln]
indent_style = tab
indent_size = 2
[*.{csproj,proj,projitems,shproj}]
indent_size = 2
[*.json]
indent_size = 2
[*.{props,targets}]
indent_size = 2
[*.targets]
indent_size = 2
[*.xaml]
indent_size = 2
[*.plist]
indent_size = 2
indent_style = tab
[*.sh]
indent_size = 2
end_of_line = lf
[*.cs]
indent_size = 4
# Sort using and Import directives with System.* appearing first
dotnet_sort_system_directives_first = true
# Avoid "this." and "Me." if not necessary
dotnet_style_qualification_for_field = false:suggestion
dotnet_style_qualification_for_property = false:suggestion
dotnet_style_qualification_for_method = false:suggestion
dotnet_style_qualification_for_event = false:suggestion
# Suggest more modern language features when available
dotnet_style_object_initializer = true:suggestion
dotnet_style_collection_initializer = true:suggestion
dotnet_style_coalesce_expression = true:suggestion
dotnet_style_null_propagation = true:suggestion
dotnet_style_explicit_tuple_names = true:suggestion
C#
1
https://gitee.com/xieqiyue/Prism.git
git@gitee.com:xieqiyue/Prism.git
xieqiyue
Prism
Prism
master

搜索帮助