Objective-C boxed array @[] and @catch formatting#1638
Merged
gmaurel merged 29 commits intouncrustify:masterfrom Feb 26, 2018
Merged
Objective-C boxed array @[] and @catch formatting#1638gmaurel merged 29 commits intouncrustify:masterfrom
gmaurel merged 29 commits intouncrustify:masterfrom
Conversation
* 'master' of https://github.com/uncrustify/uncrustify: fix problem that caused newlines between function prototypes: return type was not marked with ‘FUNC_PROTO’ parent type Some littles changes after the comment Add a cli test for that Adopt UT test 10051 Thanks to Kalyana Chakravarthi Test data: using the option -L A will show the first line is cut not "FATAL" as error but "WARNING" The logger has not enough memory to store a long message, which will be unproperly cut. An fatal error message will be produced.
…output ends with a line end
* 'master' of https://github.com/uncrustify/uncrustify: Adopt UT test 10056 Thanks to satish puppala Adopt UT test 10066 Thanks to satish puppala Adopt UT test 10076 Thanks to satish puppala
…atch_brace, sp_oc_brace_catch, nl_oc_catch_brace and nl_oc_brace_catch
Collaborator
|
Fine. Thanks for it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add sp_inside_square_oc_array for formatting boxed array "@[ @3 ]" vs "@[@3]"
add sp_oc_catch_paren like sp_catch_paren except for Objective-C "@catch"
add sp_oc_catch_brace like sp_catch_brace except for Objective-C "@catch"
add sp_oc_brace_catch like sp_brace_catch except for Objective-C "@catch"
add nl_oc_catch_brace like nl_catch_brace except for Objective-C "@catch"
add nl_oc_brace_catch like nl_brace_catch except for Objective-C "@catch"