Skip to content

Commit 2dfd0f5

Browse files
committed
DF21 demo
0 parents  commit 2dfd0f5

File tree

119 files changed

+4571
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+4571
-0
lines changed

Diff for: .editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# From: https://github.com/dotnet/roslyn/issues/22884#issuecomment-358776444
2+
3+
[*.{cs,vb}]
4+
dotnet_naming_rule.private_members_with_underscore.symbols = private_fields
5+
dotnet_naming_rule.private_members_with_underscore.style = prefix_underscore
6+
dotnet_naming_rule.private_members_with_underscore.severity = suggestion
7+
8+
dotnet_naming_symbols.private_fields.applicable_kinds = field
9+
dotnet_naming_symbols.private_fields.applicable_accessibilities = private
10+
11+
dotnet_naming_style.prefix_underscore.capitalization = camel_case
12+
dotnet_naming_style.prefix_underscore.required_prefix = _

Diff for: .gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

0 commit comments

Comments
 (0)