Skip to content

Commit 79e3418

Browse files
committed
Add editorconfig
1 parent 6711164 commit 79e3418

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
root = true
2+
3+
[*.{cs,fs,fsx}]
4+
indent_size = 4
5+
indent_style = space
6+
7+
[*.{sln,csproj,fsproj,config,xml}]
8+
indent_size = 2
9+
indent_style = space
10+
11+
[*.cs]
12+
# Require "this." keyword qualification in code
13+
dotnet_style_qualification_for_field = true:suggestion
14+
dotnet_style_qualification_for_property = true:suggestion
15+
dotnet_style_qualification_for_method = true:suggestion
16+
dotnet_style_qualification_for_event = true:suggestion

0 commit comments

Comments
 (0)