blob: c9dcd7724ed2e991d84bd9462e05ee82c7f22d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[*.sln]
indent_style = tab
[*.{csproj,props,targets,nuspec,resx}]
indent_style = space
indent_size = 2
[*.cs]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
csharp_indent_case_contents_when_block = false
|