MyDeveloperDay added a comment.

Could the default be `Style.IndentExternBlock = 
Style.BraceWrapping.AfterExternBlock`

Then it would match the prior behaviour off AddLevel being `true` when 
AfterExternBlock is `true`

  extern "C" {
  int a;
  }
  
  extern "C" 
  {
    int a;
  }


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75791/new/

https://reviews.llvm.org/D75791



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to