From 8ecf36e832f231fe94a3bceb778aaf8533add3e5 Mon Sep 17 00:00:00 2001 From: Fabio Cavalcante Date: Tue, 12 Aug 2025 10:55:40 -0700 Subject: [PATCH] Updating default file encoding configuration --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ce8a31f58c..ac3db5a0a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,7 @@ -[*.cs] +[*] +indent_style = space +charset = utf-8 +[*.cs] # SA1008: Opening parenthesis should not be preceded by a space. dotnet_diagnostic.SA1008.severity = silent