[PATCH] D103286: [clang-format] Add PPIndentWidth option

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 29 09:01:15 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:2336
+  /// \endcode
+  unsigned PPIndentWidth;
+
----------------
I prefer alphabetical sorting, I know there are some entries which aren't sorted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103286



More information about the cfe-commits mailing list