forked from SimplifyNet/Simplify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
48 lines (44 loc) · 1.99 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
root = true
[*.{cs,csproj,config,json,xml,tpl,nuspec,resx,ps1}]
indent_style=tab
indent_size=tab
tab_width=4
[*]
# 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
# ReSharper properties
resharper_csharp_max_line_length=150
resharper_force_control_statements_braces=only_for_multiline
resharper_indent_switch_labels=true
resharper_js_brace_style=next_line
resharper_js_empty_block_style=together_same_line
resharper_js_keep_blank_lines_in_code=1
resharper_js_stick_comment=false
resharper_js_wrap_chained_method_calls=chop_if_long
resharper_keep_blank_lines_between_declarations=1
resharper_min_blank_lines_after_imports=1
resharper_new_line_before_catch=true
resharper_new_line_before_else=true
resharper_new_line_before_finally=true
resharper_new_line_before_while=true
resharper_place_accessorholder_attribute_on_same_line=False
resharper_simple_embedded_statement_style=line_break
resharper_single_statement_function_style=line_break
resharper_space_before_method_parentheses_anonymous=true
resharper_space_within_empty_braces=false
resharper_space_within_single_line_array_initializer_braces=true
resharper_wrap_chained_binary_expressions=wrap_if_long
resharper_xml_alignment_tab_fill_style=use_tabs_only
resharper_xml_indent_style=tab
resharper_xml_use_indent_from_vs=false