code cleanup

This commit is contained in:
2022-11-14 20:06:15 +01:00
parent 14f2a7242a
commit a5adf60ba7
21 changed files with 387 additions and 101 deletions

6
.csharpierrc Normal file
View File

@ -0,0 +1,6 @@
{
"printWidth": 200,
"useTabs": false,
"tabWidth": 4,
"preprocessorSymbolSets": ["", "DEBUG", "DEBUG,CODE_STYLE"]
}