Update editorconfig

This commit is contained in:
2025-06-16 19:06:05 -07:00
parent 5a5da3e62e
commit 4992f60ec2
+11
View File
@@ -1,3 +1,14 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*.cs]
csharp_new_line_before_open_brace = none
csharp_new_line_before_catch = false