Skip to content

Commit

Permalink
Update for additional editor configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Nov 10, 2022
1 parent 8d2bd07 commit 16343ec
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ dotnet_naming_symbols.private_fields.required_modifiers = readonly

dotnet_naming_style.prefix_underscore.capitalization = camel_case
dotnet_naming_style.prefix_underscore.required_prefix = _
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
end_of_line = crlf
dotnet_style_prefer_simplified_boolean_expressions = true:suggestion
###############################
# C# Coding Conventions #
###############################
Expand Down Expand Up @@ -134,4 +138,11 @@ csharp_space_between_method_call_name_and_opening_parenthesis = false
csharp_space_between_method_call_empty_parameter_list_parentheses = false
# Wrapping preferences
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_blocks = true
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent

0 comments on commit 16343ec

Please sign in to comment.