Files
auth-mistox/.editorconfig
T
derek d8bc76cf0b
Docker Build and Release Upload / build (push) Has been cancelled
Init commit
2025-07-24 17:10:03 -07:00

16 lines
315 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