Initial orchard setup

This commit is contained in:
2023-02-23 21:30:34 -06:00
commit b840a72014
1709 changed files with 653751 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
[*.{yml,csproj}]
indent_style = space
indent_size = 2