init
This commit is contained in:
commit
ded4f4db26
43 changed files with 2052 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[*.cs]
|
||||
# Responder classes are considered "unused" by ReSharper because they're only loaded through reflection.
|
||||
resharper_unused_type_global_highlighting = none
|
||||
# Command methods are also considered unused, for the same reason.
|
||||
resharper_unused_member_global_highlighting = none
|
||||
# Command classes are generally only referred to in type parameters.
|
||||
resharper_class_never_instantiated_global_highlighting = none
|
||||
Loading…
Add table
Add a link
Reference in a new issue