Skip to content

y1rn/java-format-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-java-format-service

Introduction

A JSONRPC service to format codes in google-java-format

Depends on google-java-format 1.17.0

Requirements

  • Java >= 17

API

format

Format input codes with its parameters

  • Request body:

    {
      "styleName": "GOOGLE|ASAP",
      "skipSortingImports": true | false,
      "skipRemovingUnusedImports": true | false,
      "data": "java code"
    }

About

google-java-format json rpc service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages