-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.editorconfig
269 lines (265 loc) · 18.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
root=true
[*]
indent_size=2
indent_style=space
tab_width=2
# Microsoft .NET properties
csharp_new_line_before_catch=false
csharp_new_line_before_else=false
csharp_new_line_before_finally=false
csharp_new_line_before_open_brace=none
csharp_preferred_modifier_order=public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion
csharp_prefer_braces=false:suggestion
csharp_style_expression_bodied_accessors=true:suggestion
csharp_style_expression_bodied_constructors=true:suggestion
csharp_style_expression_bodied_methods=true:suggestion
csharp_style_expression_bodied_properties=true:suggestion
csharp_style_prefer_utf8_string_literals=true:suggestion
csharp_style_var_elsewhere=true:suggestion
csharp_style_var_for_built_in_types=true:suggestion
csharp_style_var_when_type_is_apparent=true:suggestion
dotnet_naming_rule.constants_rule.import_to_resharper=True
dotnet_naming_rule.constants_rule.resharper_description=Constant fields (not private)
dotnet_naming_rule.constants_rule.resharper_guid=669e5282-fb4b-4e90-91e7-07d269d04b60
dotnet_naming_rule.constants_rule.severity=none
dotnet_naming_rule.constants_rule.style=all_upper_style
dotnet_naming_rule.constants_rule.symbols=constants_symbols
dotnet_naming_rule.consts_private_protected__rule.import_to_resharper=True
dotnet_naming_rule.consts_private_protected__rule.resharper_description=Consts(private,protected)
dotnet_naming_rule.consts_private_protected__rule.resharper_guid=85bc197e-9dc6-4d2b-92e3-d15c9b37768f
dotnet_naming_rule.consts_private_protected__rule.severity=none
dotnet_naming_rule.consts_private_protected__rule.style=all_upper_style_1
dotnet_naming_rule.consts_private_protected__rule.symbols=consts_private_protected__symbols
dotnet_naming_rule.consts_public_internal__rule.import_to_resharper=True
dotnet_naming_rule.consts_public_internal__rule.resharper_description=Consts(Public,Internal)
dotnet_naming_rule.consts_public_internal__rule.resharper_guid=e5c52dec-abfc-41ce-b815-6b54d9a36966
dotnet_naming_rule.consts_public_internal__rule.severity=none
dotnet_naming_rule.consts_public_internal__rule.style=all_upper_style
dotnet_naming_rule.consts_public_internal__rule.symbols=consts_public_internal__symbols
dotnet_naming_rule.local_constants_rule.import_to_resharper=True
dotnet_naming_rule.local_constants_rule.resharper_description=Local constants
dotnet_naming_rule.local_constants_rule.resharper_guid=a4f433b8-abcd-4e55-a08f-82e78cef0f0c
dotnet_naming_rule.local_constants_rule.resharper_style=aaBb, AA_BB
dotnet_naming_rule.local_constants_rule.severity=none
dotnet_naming_rule.local_constants_rule.style=lower_camel_case_style
dotnet_naming_rule.local_constants_rule.symbols=local_constants_symbols
dotnet_naming_rule.private_constants_rule.import_to_resharper=True
dotnet_naming_rule.private_constants_rule.resharper_description=Constant fields (private)
dotnet_naming_rule.private_constants_rule.resharper_guid=236f7aa5-7b06-43ca-bf2a-9b31bfcff09a
dotnet_naming_rule.private_constants_rule.severity=none
dotnet_naming_rule.private_constants_rule.style=all_upper_style_1
dotnet_naming_rule.private_constants_rule.symbols=private_constants_symbols
dotnet_naming_rule.private_properties_rule.import_to_resharper=True
dotnet_naming_rule.private_properties_rule.resharper_description=_Private Properties
dotnet_naming_rule.private_properties_rule.resharper_guid=57af67fe-fa3e-4ec8-9ea0-eeabe4b100f0
dotnet_naming_rule.private_properties_rule.severity=none
dotnet_naming_rule.private_properties_rule.style=upper_camel_case_style
dotnet_naming_rule.private_properties_rule.symbols=private_properties_symbols
dotnet_naming_rule.private_static_readonly_rule.import_to_resharper=True
dotnet_naming_rule.private_static_readonly_rule.resharper_description=Static readonly fields (private)
dotnet_naming_rule.private_static_readonly_rule.resharper_guid=15b5b1f1-457c-4ca6-b278-5615aedc07d3
dotnet_naming_rule.private_static_readonly_rule.severity=none
dotnet_naming_rule.private_static_readonly_rule.style=all_upper_style_1
dotnet_naming_rule.private_static_readonly_rule.symbols=private_static_readonly_symbols
dotnet_naming_rule.public_fields_override_rule.import_to_resharper=False
dotnet_naming_rule.public_fields_override_rule.severity=none
dotnet_naming_rule.public_fields_override_rule.style=all_upper_style_1
dotnet_naming_rule.public_fields_override_rule.symbols=public_fields_override_symbols
dotnet_naming_rule.public_fields_override_rule_1.import_to_resharper=False
dotnet_naming_rule.public_fields_override_rule_1.severity=none
dotnet_naming_rule.public_fields_override_rule_1.style=all_upper_style_1
dotnet_naming_rule.public_fields_override_rule_1.symbols=public_fields_override_symbols_1
dotnet_naming_rule.public_fields_rule.import_to_resharper=True
dotnet_naming_rule.public_fields_rule.resharper_description=Instance fields (not private)
dotnet_naming_rule.public_fields_rule.resharper_guid=53eecf85-d821-40e8-ac97-fdb734542b84
dotnet_naming_rule.public_fields_rule.severity=none
dotnet_naming_rule.public_fields_rule.style=lower_camel_case_style
dotnet_naming_rule.public_fields_rule.symbols=public_fields_symbols
dotnet_naming_rule.public_static_fields_rule.import_to_resharper=True
dotnet_naming_rule.public_static_fields_rule.resharper_description=Static fields (not private)
dotnet_naming_rule.public_static_fields_rule.resharper_guid=70345118-4b40-4ece-937c-bbeb7a0b2e70
dotnet_naming_rule.public_static_fields_rule.severity=none
dotnet_naming_rule.public_static_fields_rule.style=lower_camel_case_style
dotnet_naming_rule.public_static_fields_rule.symbols=public_static_fields_symbols
dotnet_naming_rule.static_readonly_private_protected__rule.import_to_resharper=True
dotnet_naming_rule.static_readonly_private_protected__rule.resharper_description=Static Readonly(Private,Protected)
dotnet_naming_rule.static_readonly_private_protected__rule.resharper_guid=b4ddc726-852b-4952-a729-7a124627e979
dotnet_naming_rule.static_readonly_private_protected__rule.severity=none
dotnet_naming_rule.static_readonly_private_protected__rule.style=all_upper_style_1
dotnet_naming_rule.static_readonly_private_protected__rule.symbols=static_readonly_private_protected__symbols
dotnet_naming_rule.static_readonly_public_internal__rule.import_to_resharper=True
dotnet_naming_rule.static_readonly_public_internal__rule.resharper_description=Static Readonly(Public,Internal)
dotnet_naming_rule.static_readonly_public_internal__rule.resharper_guid=bbbf3988-403c-4b0c-9670-9f3d96102364
dotnet_naming_rule.static_readonly_public_internal__rule.severity=none
dotnet_naming_rule.static_readonly_public_internal__rule.style=all_upper_style
dotnet_naming_rule.static_readonly_public_internal__rule.symbols=static_readonly_public_internal__symbols
dotnet_naming_rule.static_readonly_rule.import_to_resharper=True
dotnet_naming_rule.static_readonly_rule.resharper_description=Static readonly fields (not private)
dotnet_naming_rule.static_readonly_rule.resharper_guid=c873eafb-d57f-481d-8c93-77f6863c2f88
dotnet_naming_rule.static_readonly_rule.severity=none
dotnet_naming_rule.static_readonly_rule.style=all_upper_style
dotnet_naming_rule.static_readonly_rule.symbols=static_readonly_symbols
dotnet_naming_style.all_upper_style.capitalization=all_upper
dotnet_naming_style.all_upper_style.word_separator=_
dotnet_naming_style.all_upper_style_1.capitalization=all_upper
dotnet_naming_style.all_upper_style_1.required_prefix=_
dotnet_naming_style.all_upper_style_1.word_separator=_
dotnet_naming_style.lower_camel_case_style.capitalization=camel_case
dotnet_naming_style.upper_camel_case_style.capitalization=pascal_case
dotnet_naming_style.upper_camel_case_style.required_prefix=_
dotnet_naming_symbols.constants_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.constants_symbols.applicable_kinds=field
dotnet_naming_symbols.constants_symbols.required_modifiers=const
dotnet_naming_symbols.constants_symbols.resharper_applicable_kinds=constant_field
dotnet_naming_symbols.constants_symbols.resharper_required_modifiers=any
dotnet_naming_symbols.consts_private_protected__symbols.applicable_accessibilities=private,protected,protected_internal
dotnet_naming_symbols.consts_private_protected__symbols.applicable_kinds=field
dotnet_naming_symbols.consts_private_protected__symbols.required_modifiers=const
dotnet_naming_symbols.consts_private_protected__symbols.resharper_applicable_kinds=constant_field
dotnet_naming_symbols.consts_private_protected__symbols.resharper_required_modifiers=any
dotnet_naming_symbols.consts_public_internal__symbols.applicable_accessibilities=public,internal
dotnet_naming_symbols.consts_public_internal__symbols.applicable_kinds=field
dotnet_naming_symbols.consts_public_internal__symbols.required_modifiers=const
dotnet_naming_symbols.consts_public_internal__symbols.resharper_applicable_kinds=constant_field
dotnet_naming_symbols.consts_public_internal__symbols.resharper_required_modifiers=any
dotnet_naming_symbols.local_constants_symbols.applicable_accessibilities=*
dotnet_naming_symbols.local_constants_symbols.applicable_kinds=local
dotnet_naming_symbols.local_constants_symbols.required_modifiers=const
dotnet_naming_symbols.local_constants_symbols.resharper_applicable_kinds=local_constant
dotnet_naming_symbols.local_constants_symbols.resharper_required_modifiers=any
dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities=private
dotnet_naming_symbols.private_constants_symbols.applicable_kinds=field
dotnet_naming_symbols.private_constants_symbols.required_modifiers=const
dotnet_naming_symbols.private_constants_symbols.resharper_applicable_kinds=constant_field
dotnet_naming_symbols.private_constants_symbols.resharper_required_modifiers=any
dotnet_naming_symbols.private_properties_symbols.applicable_accessibilities=private
dotnet_naming_symbols.private_properties_symbols.applicable_kinds=property
dotnet_naming_symbols.private_properties_symbols.resharper_applicable_kinds=property
dotnet_naming_symbols.private_properties_symbols.resharper_required_modifiers=any
dotnet_naming_symbols.private_static_readonly_symbols.applicable_accessibilities=private
dotnet_naming_symbols.private_static_readonly_symbols.applicable_kinds=field
dotnet_naming_symbols.private_static_readonly_symbols.required_modifiers=readonly,static
dotnet_naming_symbols.private_static_readonly_symbols.resharper_applicable_kinds=readonly_field
dotnet_naming_symbols.private_static_readonly_symbols.resharper_required_modifiers=static
dotnet_naming_symbols.public_fields_override_symbols.applicable_accessibilities=protected,protected_internal
dotnet_naming_symbols.public_fields_override_symbols.applicable_kinds=field
dotnet_naming_symbols.public_fields_override_symbols.required_modifiers=const
dotnet_naming_symbols.public_fields_override_symbols_1.applicable_accessibilities=protected,protected_internal
dotnet_naming_symbols.public_fields_override_symbols_1.applicable_kinds=field
dotnet_naming_symbols.public_fields_override_symbols_1.required_modifiers=readonly,static
dotnet_naming_symbols.public_fields_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.public_fields_symbols.applicable_kinds=field
dotnet_naming_symbols.public_fields_symbols.resharper_applicable_kinds=field,readonly_field
dotnet_naming_symbols.public_fields_symbols.resharper_required_modifiers=instance
dotnet_naming_symbols.public_static_fields_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.public_static_fields_symbols.applicable_kinds=field
dotnet_naming_symbols.public_static_fields_symbols.required_modifiers=static
dotnet_naming_symbols.public_static_fields_symbols.resharper_applicable_kinds=field
dotnet_naming_symbols.public_static_fields_symbols.resharper_required_modifiers=static
dotnet_naming_symbols.static_readonly_private_protected__symbols.applicable_accessibilities=private,protected,protected_internal
dotnet_naming_symbols.static_readonly_private_protected__symbols.applicable_kinds=field
dotnet_naming_symbols.static_readonly_private_protected__symbols.required_modifiers=readonly,static
dotnet_naming_symbols.static_readonly_private_protected__symbols.resharper_applicable_kinds=readonly_field
dotnet_naming_symbols.static_readonly_private_protected__symbols.resharper_required_modifiers=static
dotnet_naming_symbols.static_readonly_public_internal__symbols.applicable_accessibilities=public,internal
dotnet_naming_symbols.static_readonly_public_internal__symbols.applicable_kinds=field
dotnet_naming_symbols.static_readonly_public_internal__symbols.required_modifiers=readonly,static
dotnet_naming_symbols.static_readonly_public_internal__symbols.resharper_applicable_kinds=readonly_field
dotnet_naming_symbols.static_readonly_public_internal__symbols.resharper_required_modifiers=static
dotnet_naming_symbols.static_readonly_symbols.applicable_accessibilities=public,internal,protected,protected_internal,private_protected
dotnet_naming_symbols.static_readonly_symbols.applicable_kinds=field
dotnet_naming_symbols.static_readonly_symbols.required_modifiers=readonly,static
dotnet_naming_symbols.static_readonly_symbols.resharper_applicable_kinds=readonly_field
dotnet_naming_symbols.static_readonly_symbols.resharper_required_modifiers=static
dotnet_style_parentheses_in_arithmetic_binary_operators=never_if_unnecessary:none
dotnet_style_parentheses_in_other_binary_operators=always_for_clarity:none
dotnet_style_parentheses_in_relational_binary_operators=never_if_unnecessary:none
dotnet_style_predefined_type_for_locals_parameters_members=true:suggestion
dotnet_style_predefined_type_for_member_access=true:suggestion
dotnet_style_qualification_for_event=true:suggestion
dotnet_style_qualification_for_field=true:suggestion
dotnet_style_qualification_for_method=true:suggestion
dotnet_style_qualification_for_property=true:suggestion
dotnet_style_require_accessibility_modifiers=for_non_interface_members:suggestion
# ReSharper properties
resharper_align_multiline_statement_conditions=false
resharper_braces_for_dowhile=not_required
resharper_braces_for_fixed=not_required
resharper_braces_for_lock=not_required
resharper_braces_for_using=not_required
resharper_can_use_global_alias=false
resharper_csharp_empty_block_style=together_same_line
resharper_csharp_insert_final_newline=true
resharper_csharp_max_enum_members_on_line=1
resharper_csharp_stick_comment=false
resharper_csharp_wrap_after_declaration_lpar=true
resharper_csharp_wrap_after_invocation_lpar=true
resharper_csharp_wrap_arguments_style=chop_if_long
resharper_csharp_wrap_before_binary_opsign=true
resharper_csharp_wrap_before_declaration_rpar=true
resharper_csharp_wrap_before_first_type_parameter_constraint=true
resharper_csharp_wrap_before_invocation_rpar=true
resharper_csharp_wrap_extends_list_style=chop_if_long
resharper_csharp_wrap_lines=false
resharper_csharp_wrap_parameters_style=chop_if_long
resharper_event_handler_pattern_long=$object$_On$event$
resharper_instance_members_qualify_members=none, field, property, event, method, all
resharper_keep_existing_declaration_parens_arrangement=false
resharper_keep_existing_embedded_arrangement=false
resharper_keep_existing_initializer_arrangement=false
resharper_keep_existing_invocation_parens_arrangement=false
resharper_keep_existing_list_patterns_arrangement=false
resharper_keep_existing_primary_constructor_declaration_parens_arrangement=false
resharper_keep_existing_switch_expression_arrangement=false
resharper_local_function_body=expression_body
resharper_max_array_initializer_elements_on_line=8
resharper_max_formal_parameters_on_line=8
resharper_max_initializer_elements_on_line=8
resharper_max_invocation_arguments_on_line=8
resharper_max_primary_constructor_parameters_on_line=8
resharper_object_creation_when_type_not_evident=target_typed
resharper_place_accessorholder_attribute_on_same_line=false
resharper_place_simple_case_statement_on_same_line=if_owner_is_single_line
resharper_place_simple_embedded_statement_on_same_line=false
resharper_place_simple_method_on_single_line=true
resharper_vb_wrap_lines=false
resharper_wrap_array_initializer_style=chop_if_long
resharper_wrap_before_arrow_with_expressions=true
resharper_wrap_before_extends_colon=true
resharper_wrap_before_first_method_call=true
resharper_wrap_before_primary_constructor_declaration_rpar=true
resharper_wrap_chained_binary_expressions=chop_if_long
resharper_wrap_chained_binary_patterns=chop_if_long
resharper_wrap_chained_method_calls=chop_if_long
resharper_wrap_list_pattern=chop_if_long
# ReSharper inspection severities
resharper_arrange_local_function_body_highlighting=suggestion
resharper_arrange_redundant_parentheses_highlighting=hint
resharper_arrange_this_qualifier_highlighting=hint
resharper_arrange_type_member_modifiers_highlighting=hint
resharper_arrange_type_modifiers_highlighting=hint
resharper_built_in_type_reference_style_for_member_access_highlighting=hint
resharper_built_in_type_reference_style_highlighting=hint
resharper_check_namespace_highlighting=none
resharper_class_can_be_sealed_global_highlighting=suggestion
resharper_class_can_be_sealed_local_highlighting=suggestion
resharper_enforce_do_while_statement_braces_highlighting=hint
resharper_enforce_fixed_statement_braces_highlighting=hint
resharper_enforce_foreach_statement_braces_highlighting=hint
resharper_enforce_for_statement_braces_highlighting=hint
resharper_enforce_if_statement_braces_highlighting=hint
resharper_enforce_lock_statement_braces_highlighting=hint
resharper_enforce_using_statement_braces_highlighting=hint
resharper_enforce_while_statement_braces_highlighting=hint
resharper_inconsistent_naming_highlighting=none
resharper_member_can_be_private_global_highlighting=none
resharper_member_can_be_protected_global_highlighting=none
resharper_partial_type_with_single_part_highlighting=none
resharper_redundant_qualifier_highlighting=none
resharper_remove_redundant_braces_highlighting=warning
resharper_suggest_var_or_type_built_in_types_highlighting=hint
resharper_suggest_var_or_type_elsewhere_highlighting=hint
resharper_suggest_var_or_type_simple_types_highlighting=hint
resharper_unused_member_global_highlighting=none
[*.{cs}]
file_header_template=This file is part of Hawkynt's .NET Framework extensions.\n\nHawkynt's .NET Framework extensions are free software: \nyou can redistribute and/or modify it under the terms \ngiven in the LICENSE file.\n\nHawkynt's .NET Framework extensions is distributed in the hope that \nit will be useful, but WITHOUT ANY WARRANTY without even the implied \nwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the LICENSE file for more details.\n\nYou should have received a copy of the License along with Hawkynt's\n.NET Framework extensions. If not, see\n<https://github.com/Hawkynt/C--FrameworkExtensions/blob/master/LICENSE>.\n