DotRecastNetSim/.editorconfig

27 lines
666 B
INI
Raw Permalink Normal View History

2023-08-17 17:43:05 +03:00
root = true
###############################
2023-08-17 17:28:00 +03:00
# Core EditorConfig Options #
###############################
# All files
[*]
indent_style = space
charset = utf-8
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct,proto,json}]
indent_size = 2
[*.cs]
indent_size = 4
2023-08-17 17:43:05 +03:00
dotnet_sort_system_directives_first = true
2023-08-17 17:28:00 +03:00
# Wrapping preferences
2023-08-17 17:43:05 +03:00
csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true
2024-03-13 17:18:18 +03:00
# ReSharper properties
resharper_csharp_wrap_lines = false
resharper_csharp_space_before_trailing_comment = true
resharper_csharp_space_after_operator_keyword = true