Initial files

This commit is contained in:
Neil Brommer 2021-11-12 19:21:59 -08:00
commit 691e049103
65 changed files with 4312 additions and 0 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
insert_final_newline = true
max_line_length = 100
[*.{cs,cshtml,razor,html,xml,js,css,csproj}]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
[*.cs]
csharp_new_line_before_open_brace = none
dotnet_style_qualification_for_field = true
dotnet_style_qualification_for_property = true
dotnet_style_qualification_for_method = true
dotnet_style_qualification_for_event = true