================
@@ -4648,6 +4648,10 @@ struct FormatStyle {
/// \version 11
std::vector<std::string> WhitespaceSensitiveMacros;
+ /// Ignore formatting in preprocessor definitions.
+ /// \version 18
+ bool IgnorePPDefinitions;
----------------
HazardyKnusperkeks wrote:Please sort alphabetically. https://github.com/llvm/llvm-project/pull/70338 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
