-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.editorconfig
More file actions
28 lines (21 loc) · 753 Bytes
/
.editorconfig
File metadata and controls
28 lines (21 loc) · 753 Bytes
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
root = true
###############################
# 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,yml,yaml}]
indent_size = 2
[*.cs]
indent_size = 4
dotnet_sort_system_directives_first = true
# Wrapping preferences
csharp_preserve_single_line_statements = false
csharp_preserve_single_line_blocks = true
# ReSharper properties
resharper_csharp_wrap_lines = false
resharper_csharp_space_before_trailing_comment = true
resharper_csharp_space_after_operator_keyword = true
resharper_possibly_impure_method_call_on_readonly_variable_highlighting=error