clang-format: Always allow break after leading annotations.
Before: DEPRECATED("Use NewClass::NewFunction instead.") int OldFunction( const string ¶meter) {} Could not be formatted at all, as clang-format would both require and disallow the break before "int". llvm-svn: 245846
Loading
Please sign in to comment