[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
================
@@ -1639,6 +1641,7 @@ FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) {
LLVMStyle.SpaceAfterCStyleCast = false;
LLVMStyle.SpaceAfterLogicalNot = false;
LLVMStyle.SpaceAfterTemplateKeyword = true;
+ LLVMStyle.SpaceAfterOperatorKeyword = false;
----------------
HazardyKnusperkeks wrote:
And here.
https://github.com/llvm/llvm-project/pull/137610
More information about the cfe-commits
mailing list