[PATCH] D79000: [clang-format] C# property formatting can be controlled by config options

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 08:34:18 PDT 2020


MyDeveloperDay added a comment.

Do you think we need to support

  verifyFormat(R"(//
  public class SaleItem {
    public decimal Price
    { 
      get; 
      set; 
     }
  })"Style);

Is that currently possible, and what if users actually want?

  public string Host { set; get; }

Do you think we need an option to support variations?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79000/new/

https://reviews.llvm.org/D79000





More information about the cfe-commits mailing list