photomator/.editorconfig

6 lines
187 B
INI
Raw Permalink Normal View History

2024-09-14 17:49:20 +02:00
# CSharp formatting rules:
[*.cs]
csharp_new_line_before_open_brace = none
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false