[clang] [clang-format] Rename ExportBlockIndentation -> IndentExportBlock (PR #123493)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 18 22:05:15 PST 2025


================
@@ -2687,7 +2687,7 @@ struct FormatStyle {
   ///    }                         }
   /// \endcode
   /// \version 20
-  bool ExportBlockIndentation;
+  bool IndentExportBlock;
----------------
owenca wrote:

Please keep the options sorted by moving it down to right after `IndentCaseLabels`.

https://github.com/llvm/llvm-project/pull/123493


More information about the cfe-commits mailing list