Cleanup todos, run VS cleanup & enforce file scoped namespacing

This commit is contained in:
Archangel
2025-07-31 15:17:57 +02:00
parent fc7660b6c8
commit aec8420d53
15 changed files with 5 additions and 31 deletions
+1
View File
@@ -27,6 +27,7 @@ csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_members_in_anonymous_types = true
csharp_new_line_between_query_expression_clauses = true
csharp_style_namespace_declarations = file_scoped:warning
# Indentation preferences
csharp_indent_block_contents = true