From 793a088c5bd1bd136d5ecd9c61a15f6cc0fa02f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Aug 2025 17:52:06 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 92ed11e..7fb01f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -91,6 +91,7 @@ dotnet_naming_style.prefix_underscore.required_prefix = _ [*.cs] csharp_preferred_modifier_order = public, private, protected, internal, static, extern, new, virtual, abstract, sealed, override, readonly, unsafe, volatile, async:suggestion +csharp_style_prefer_primary_constructors = false # Only use "var" when it's obvious what the variable type is csharp_style_var_for_built_in_types = false:warning @@ -157,3 +158,6 @@ csharp_space_between_square_brackets = false [*.{xml,csproj,targets,props,json,yml}] indent_size = 2 indent_style = space + +[*.{json,yml}] +end_of_line = lf