mirror of
https://github.com/actions/runner.git
synced 2025-12-10 04:06:57 +00:00
11 lines
268 B
INI
11 lines
268 B
INI
[*.cs]
|
|
charset = utf-8-bom
|
|
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
|