[clang] Fixes and closes issues, #53390 and #58710. Added new controls to IndentNamespaceAliases, IndentUsingDeclarations and DecorateReflowedComments. (PR #102894)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 12:01:00 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list