I also stumbled acrossDev-Snippets/vscode-google-java-format-provider, which seemed promising, but I was unable to get it to register as a formatter (and I amnot the only one). Solution I started down the path of writing my own Visual Studio Code plugin to rungoogle-java-formatas a for...
"[java]": { //"editor.formatOnSave": true, "editor.defaultFormatter": "y1rn.java-format", }, Extension Settings google-java-format.style: Enum string value [GOOGLE, AOSP]. The style name of google java format. Default is GOOGLE. google-java-format.skipSortingImports: Boolean value. Whe...
civiform.code-workspace Align vscode extension lists (#8229) Aug 2, 2024 code_of_conduct.md Use Prettier to enforce the Google Javascript styleguide, and provide… Jun 23, 2022 codecov.yml Smurthi/codecov updates (#2849) Jul 13, 2022 docker-compose.dev.yml Update dpage/pgadmin4 Docker tag...
13 changes: 13 additions & 0 deletions 13 .vscode/settings.json Original file line numberDiff line numberDiff line change @@ -0,0 +1,13 @@ { "cSpell.words": ["httpx", "levelname"], "editor.formatOnSave": true, "[python]": { "editor.defaultFormatter": "ms-python.black-f...