================
@@ -5104,6 +5144,9 @@ struct FormatStyle {
            IndentCaseBlocks == R.IndentCaseBlocks &&
            IndentCaseLabels == R.IndentCaseLabels &&
            IndentExternBlock == R.IndentExternBlock &&
+           IndentNamespaceAliases == R.IndentNamespaceAliases &&
+           IndentUsingDeclarations == R.IndentUsingDeclarations &&
+           DecorateReflowedComments == R.DecorateReflowedComments &&
----------------
HazardyKnusperkeks wrote:

Also sort.

https://github.com/llvm/llvm-project/pull/102894
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to