Skip to content

Commit

Permalink
GitHubSync update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Feb 13, 2025
1 parent ccc6f4a commit 48e1ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dotnet_naming_style.pascal_case_and_prefix_with_I_style.capitalization


#=======================================================================================
# CSharp code style settings:
# CSharp code style settings
#=======================================================================================

[*.cs]
Expand Down Expand Up @@ -243,6 +243,7 @@ dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggesti
dotnet_style_prefer_conditional_expression_over_return = false
dotnet_style_prefer_conditional_expression_over_assignment = false
dotnet_style_prefer_auto_properties = false
dotnet_style_require_accessibility_modifiers = for_non_interface_members

#---------------------------------------------------------------------------------------
# Newline settings
Expand Down

0 comments on commit 48e1ea9

Please sign in to comment.