зеркало из https://github.com/dotnet/interactive.git
32 строки
1.2 KiB
INI
32 строки
1.2 KiB
INI
|
|
[*.{c,c++,cc,cp,cpp,cu,cuh,cxx,h,hh,hpp,hxx,inc,inl,ino,ipp,mpp,proto,tpp}]
|
|
indent_style=tab
|
|
indent_size=tab
|
|
tab_width=4
|
|
|
|
[*.{asax,ascx,aspx,cs,cshtml,css,htm,html,js,jsx,master,razor,skin,ts,tsx,vb,xaml,xamlx,xoml}]
|
|
indent_style=space
|
|
indent_size=4
|
|
tab_width=4
|
|
|
|
[*.{appxmanifest,build,config,csproj,dbml,discomap,dtd,json,jsproj,lsproj,njsproj,nuspec,proj,props,resjson,resw,resx,StyleCop,targets,tasks,vbproj,xml,xsd}]
|
|
indent_style=space
|
|
indent_size=2
|
|
tab_width=2
|
|
|
|
[*]
|
|
|
|
# Microsoft .NET properties
|
|
csharp_new_line_before_members_in_object_initializers=false
|
|
csharp_preferred_modifier_order=public, private, protected, internal, new, abstract, virtual, sealed, override, static, readonly, extern, unsafe, volatile, async:suggestion
|
|
csharp_style_var_elsewhere=true:hint
|
|
csharp_style_var_for_built_in_types=true:hint
|
|
csharp_style_var_when_type_is_apparent=true:hint
|
|
dotnet_style_predefined_type_for_locals_parameters_members=true:hint
|
|
dotnet_style_predefined_type_for_member_access=true:hint
|
|
dotnet_style_qualification_for_event=false:warning
|
|
dotnet_style_qualification_for_field=false:warning
|
|
dotnet_style_qualification_for_method=false:warning
|
|
dotnet_style_qualification_for_property=false:warning
|
|
dotnet_style_require_accessibility_modifiers=for_non_interface_members:hint
|