File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -139,3 +139,13 @@ resharper_csharp_braces_for_while = required
139
139
resharper_csharp_braces_for_using = required
140
140
resharper_csharp_braces_for_lock = required
141
141
resharper_csharp_braces_for_fixed = required
142
+
143
+ # Static fields should have s_ prefix
144
+ dotnet_naming_rule.static_fields_should_have_prefix.severity = suggestion
145
+ dotnet_naming_rule.static_fields_should_have_prefix.symbols = static_fields
146
+ dotnet_naming_rule.static_fields_should_have_prefix.style = static_prefix_style
147
+ dotnet_naming_symbols.static_fields.applicable_kinds = field
148
+ dotnet_naming_symbols.static_fields.required_modifiers = static
149
+ dotnet_naming_symbols.static_fields.applicable_accessibilities = private, internal, private_protected
150
+ dotnet_naming_style.static_prefix_style.required_prefix = s_
151
+ dotnet_naming_style.static_prefix_style.capitalization = camel_case
Original file line number Diff line number Diff line change 1
1
-Lsfo
2
2
ABCEGHJKLMNPRSTVWXYZ
3
3
ABCEGHJKLMNPRSTVXY
4
+ accessibilities
4
5
agrc
5
6
Alderaan
6
7
Andi
@@ -133,6 +134,7 @@ reencode
133
134
refetched
134
135
relayjs
135
136
reprojected
137
+ resharper
136
138
resheader
137
139
resmimetype
138
140
resx
You can’t perform that action at this time.
0 commit comments