[libc++] Fix merge-conflict in .clang-format

(cherry picked from commit d5a3cc1d88d888e38633eb55e2afadb4cf788000)
This commit is contained in:
Nikolas Klauser 2022-07-28 10:32:02 +02:00 committed by Tom Stellard
parent 9e126d6fd2
commit b55abcf777

View file

@ -68,7 +68,7 @@ MaxEmptyLinesToKeep: 1
NamespaceIndentation: Inner
PackConstructorInitializers: NextLine
PenaltyIndentedWhitespace: 61
PenaltyIndentedWhitespace: 2
Language: Cpp
Standard: c++20