[PATCH] D85016: [clang-format] Add space between method modifier and a tuple return type in C#

2020-07-31 Thread Łukasz Krawczyk via Phabricator via cfe-commits
lbk updated this revision to Diff 282210. lbk added a comment. Extend test set by additional values of method_modifier Updating D85016 : [clang-format] Add space between method modifier and a tuple return type in C# Repository: rG LLVM Github Monorepo CHANGE

[PATCH] D85016: [clang-format] Add space between method modifier and a tuple return type in C#

2020-07-31 Thread Łukasz Krawczyk via Phabricator via cfe-commits
lbk created this revision. lbk added reviewers: jbcoe, krasimir. Herald added a project: clang. Herald added a subscriber: cfe-commits. lbk requested review of this revision. "public (string name, int age) methodTuple() {}" is now properly spaced Repository: rG LLVM Github Monorepo https://re