[all-commits] [llvm/llvm-project] 5e1a02: [clang-format] Do not indent C# array initialisers...
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Mon Mar 23 07:33:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e1a026c2d81e83e2b88cc6b6f27fbefbfe0de16
https://github.com/llvm/llvm-project/commit/5e1a026c2d81e83e2b88cc6b6f27fbefbfe0de16
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Do not indent C# array initialisers as continuations
Summary: Flag '= {' as a braced init list when parsing C# code.
Reviewers: krasimir
Reviewed By: krasimir
Subscribers: cfe-commits, MyDeveloperDay
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D75760
More information about the All-commits
mailing list