Initial commit

This commit is contained in:
2026-04-02 17:52:02 -04:00
commit cc510967bc
17 changed files with 1498 additions and 0 deletions

17
omnisharp.json Normal file
View File

@@ -0,0 +1,17 @@
{
"fileOptions": {
"systemExcludeSearchPatterns": [
"**/node_modules/**/*",
"**/bin/**/*",
"**/obj/**/*"
],
"excludeSearchPatterns": []
},
"msbuild": {
"enabled": true
},
"FormattingOptions": {
"EnableEditorConfigSupport": true,
"OrganizeImports": true
}
}