]> git.deb.at Git - rhonda/impostor.git/commitdiff
Update editorconfig
authorAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 20:28:56 +0000 (22:28 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Sat, 24 Oct 2020 20:28:56 +0000 (22:28 +0200)
src/.editorconfig

index 2a3f34f6ec803cb8caa0e6f4ddc16f59d42f8546..2e9964516a971d9b092f8df0ecb702a87120c8d9 100644 (file)
@@ -6,6 +6,10 @@ insert_final_newline=false
 indent_style=space
 indent_size=4
 
+# Proper using format
+dotnet_sort_system_directives_first = true
+dotnet_separate_import_directive_groups = false
+
 # Microsoft .NET properties
 csharp_indent_braces=false
 csharp_indent_switch_labels=true