While this does change the default format of the code, in my testing it did not match the output of runninggoogle-java-formatdirectly from the command line.Worse, it modified things like license headers, rendering them invalid. I also stumbled acrossDev-Snippets/vscode-google-java-format-provide...
origin: line/armeria GrpcDocServicePlugin.serializeExampleRequest(...) @Override public Optional<String> serializeExampleRequest(String serviceName, String methodName, Object exampleRequest) { try { return Optional.of(JsonFormat.printer().print((MessageOrBuilder) exampleRequest)); } catch (InvalidPro...