[clang] [clang-format] Add SpaceAfterOperatorKeyword option (PR #137610)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 29 11:52:31 PDT 2025
================
@@ -5433,6 +5441,7 @@ struct FormatStyle {
SpaceAfterCStyleCast == R.SpaceAfterCStyleCast &&
SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
SpaceAfterTemplateKeyword == R.SpaceAfterTemplateKeyword &&
+ SpaceAfterOperatorKeyword == R.SpaceAfterOperatorKeyword &&
----------------
HazardyKnusperkeks wrote:
Please sort here too.
https://github.com/llvm/llvm-project/pull/137610
More information about the cfe-commits
mailing list