I would like to format my Java files in VSCode using the Checkstyle Sun Checks format (https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml)
I understand that we can set the format in VSCode by setting the following parameter in settings.json
"java.format.settings.url": ""
However, the above parameter needs the file as Eclipse formatter xml
.
Is sun_checks
available in the above format?