Files
runner/src/.editorconfig
T

11 lines
268 B
INI
Raw Normal View History

2020-10-27 17:50:50 +03:00
[*.cs]
2023-06-02 21:47:59 +02:00
charset = utf-8-bom
2020-10-27 17:50:50 +03:00
insert_final_newline = true
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_open_brace = all
csharp_space_after_keywords_in_control_flow_statements = true