Files
MistoxCom-Angular/.editorconfig
T
derek 8ce7df46c2
Docker Build and Release Upload / build (push) Successful in 1m30s
Fix that should have been done long ago
2025-07-26 12:27:48 -07:00

17 lines
351 B
INI

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
csharp_new_line_before_finally = false
csharp_new_line_after_else = false
csharp_new_line_before_else = false