Skip to content

Commit 5dba0d0

Browse files
authored
Set explicit tab size and eol for code files
1 parent 1ed9afe commit 5dba0d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ indent_size = 4
1414

1515
# Xml project files
1616
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj,msbuildproj,props,targets}]
17-
indent_size = 2
17+
indent_size = 4
1818

1919
# Xml config files
2020
[*.{ruleset,config,nuspec,resx,vsixmanifest,vsct}]
@@ -30,6 +30,9 @@ indent_size = 2
3030

3131
# Dotnet code style settings:
3232
[*.{cs,vb}]
33+
tab_width = 4
34+
end_of_line = crlf
35+
3336
# Sort using and Import directives with System.* appearing first
3437
dotnet_sort_system_directives_first = true
3538
# Avoid "this." and "Me." if not necessary

0 commit comments

Comments
 (0)