Bump googleJavaFormat from 1.22.0 to 1.25.2

This commit is contained in:
Ludy87
2024-12-17 11:01:17 +01:00
parent e273b9a3ad
commit 343e38a5fd
2 changed files with 4 additions and 2 deletions

View File

@@ -49,5 +49,7 @@
"editor.indentSize": "tabSize",
"editor.stickyScroll.enabled": false,
"editor.minimap.enabled": false,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"java.format.settings.google.mode": "jar-file",
"java.format.settings.google.extra": "--aosp --skip-sorting-imports"
}