chore: many changes

This commit is contained in:
souldbminersmwc
2025-10-06 19:18:21 -04:00
parent 4d910c1b39
commit 3bdb6dc23e
31 changed files with 3156 additions and 472 deletions

24
omnisharp.json Normal file
View File

@@ -0,0 +1,24 @@
{
"FormattingOptions": {
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInAccessors": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInMethods": false,
"NewLineForClausesInQuery": false,
"NewLineForCatch": false,
"NewLineForElse": false,
"NewLineForFinally": false,
"NewLineForMembersInObjectInit": false,
"NewLineForMembersInAnonymousTypes": false,
"WrappingPreserveSingleLine": true,
"WrappingKeepStatementsOnSingleLine": true,
"UseTabs": true,
"TabSize": 2,
"SpaceAfterCast": false
}
}