================
@@ -1987,6 +1989,7 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind 
Language) {
     // TODO: enable once decided, in particular re disabling bin packing.
     // 
https://google.github.io/styleguide/jsguide.html#features-arrays-trailing-comma
     // GoogleStyle.InsertTrailingCommas = FormatStyle::TCS_Wrapped;
+    GoogleStyle.IndentGotoLabelsToCurrentScope = false;
----------------
HazardyKnusperkeks wrote:

This is not necessary, it is based on `LLVMStyle`.

https://github.com/llvm/llvm-project/pull/166730
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to