[PATCH] D59627: [clang-format] Keep protobuf "package" statement on one line

Donald Chai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 13:23:16 PDT 2019


dchai added a comment.

Just to confirm, the regression is in the number of spaces before a trailing comment?

Before (2 spaces):

  package foo.bar;  // foo.bar package

After (1 space):

  package foo.bar; // foo.bar package

Top-level options are handled the same way.  I'll see if I can address these both.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59627





More information about the llvm-commits mailing list