Get basic functionality working
This commit is contained in:
commit
2a9911d973
29 changed files with 1762 additions and 0 deletions
18
.editorconfig
Normal file
18
.editorconfig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.cs]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
dotnet_sort_system_directives_first = true
|
||||
csharp_style_namespace_delarations = file_scoped:warning
|
||||
dotnet_style_qualification_for_field = true:info
|
||||
dotnet_style_qualification_for_property = false:info
|
||||
dotnet_style_qualification_for_method = false:info
|
||||
dotnet_style_qualification_for_event = false:info
|
||||
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:info
|
||||
csharp_new_line_before_open_brace = all
|
||||
csharp_new_line_before_else = true
|
||||
csharp_new_line_before_catch = true
|
||||
csharp_new_line_before_finally = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue