[all-commits] [llvm/llvm-project] f22b07: [clang-format] Microsoft style fixes for C# proper...
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Tue Jun 9 06:52:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f22b0727fe767cc8da5e0c59f4e957a05472ffa7
https://github.com/llvm/llvm-project/commit/f22b0727fe767cc8da5e0c59f4e957a05472ffa7
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Microsoft style fixes for C# properties
Summary:
There should be no line break before the opening brace for Microsoft style property accessors when the accessor is a simple `{ get; set }`.
https://docs.microsoft.com/en-us/dotnet/csharp/properties
Reviewers: krasimir, MyDeveloperDay
Reviewed By: krasimir
Subscribers: cfe-commits
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D81467
More information about the All-commits
mailing list