[libcxx-commits] [PATCH] D129441: [libc++] Update clang-format style.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 27 09:19:04 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG582b7d3ff07f: [libc++] Update clang-format style. (authored by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D129441?vs=445047&id=448070#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129441

Files:
  libcxx/.clang-format


Index: libcxx/.clang-format
===================================================================
--- libcxx/.clang-format
+++ libcxx/.clang-format
@@ -65,10 +65,9 @@
 InsertTrailingCommas: Wrapped
 KeepEmptyLinesAtTheStartOfBlocks: false
 MaxEmptyLinesToKeep: 1
-NamespaceIndentation: Inner
 PackConstructorInitializers: NextLine
 
-PenaltyIndentedWhitespace: 61
+PenaltyIndentedWhitespace: 2
 
 Language: Cpp
 Standard: c++20


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129441.448070.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220727/6ec97efb/attachment.bin>


More information about the libcxx-commits mailing list