Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/config/staging/UNI-24076.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions tests/config/staging/Uncrustify.CSharp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ indent_col1_multi_string_literal=true # { False, True }
# Whether to indent multi string literal in first column.
#

mod_paren_on_return=remove # { Ignore, Add, Remove, Force }
# Add or remove unnecessary paren on 'return' statement.
#
indent_cs_delegate_body=true # { False, True }
# indent a C# delegate(To hanndle delegates with no brace) by another level. default: false
#
Expand Down
2 changes: 1 addition & 1 deletion tests/regression.test
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
60044 staging/UNI-37241.cfg staging/UNI-37241.cs
60045 staging/Uncrustify.CSharp.cfg staging/indent-multistring-coulmn1.cs
60046 staging/UNI-24090.cfg staging/UNI-24090.cs
60047 staging/UNI-24076.cfg staging/UNI-24076.cs
60047 staging//Uncrustify.CSharp.cfg staging/UNI-24076.cs
60050 staging/Uncrustify.CSharp.cfg staging/UNI-40605.cs
60051 staging/Uncrustify.Cpp.cfg staging/UNI-11643.cpp
60052 staging/Uncrustify.CSharp.cfg staging/UNI-40685.cs
Expand Down