]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert "Update .editorconfig to correspond Code Conventions" (#27051)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Wed, 17 Apr 2024 13:42:06 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 13:42:06 +0000 (15:42 +0200)
Revert "Update .editorconfig to correspond Code Conventions (#26824)"

This reverts commit 882aeb03143d07a4cef91412008c81c9902075d8.

.editorconfig

index 58d0d332bbe6ae90793de43872870b31cf67ef76..872a068c7c626e1d3b87c1409fbb5599473a0775 100644 (file)
@@ -9,7 +9,7 @@ indent_style = space
 tab_width = 4
 
 # New line preferences
-end_of_line = crlf:suggestion
+#end_of_line = crlf
 insert_final_newline = true
 trim_trailing_whitespace = true
 
@@ -104,7 +104,6 @@ csharp_preferred_modifier_order = public, private, protected, internal, new, abs
 
 # 'using' directive preferences
 csharp_using_directive_placement = outside_namespace:silent
-csharp_style_namespace_declarations = file_scoped:suggestion
 
 #### C# Formatting Rules ####