Update .editorconfig

This commit is contained in:
duende-github-bot 2025-05-12 10:37:47 +00:00
parent 041c7dfabb
commit e847d3bd41

View file

@ -5,6 +5,7 @@ charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
csharp_prefer_braces = true