[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
================
@@ -5267,7 +5267,7 @@ struct FormatStyle {
EmptyLineBeforeAccessModifier == R.EmptyLineBeforeAccessModifier &&
ExperimentalAutoDetectBinPacking ==
R.ExperimentalAutoDetectBinPacking &&
- ExportBlockIndentation == R.ExportBlockIndentation &&
+ IndentExportBlock == R.IndentExportBlock &&
----------------
owenca wrote:
ditto
https://github.com/llvm/llvm-project/pull/123493
More information about the cfe-commits
mailing list