prettier-plugin-java 2.7.2 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/options.js +1 -1
  2. package/package.json +2 -2
package/dist/options.js CHANGED
@@ -253,7 +253,7 @@ export default {
253
253
  arrowParens: {
254
254
  type: "choice",
255
255
  category: "Java",
256
- default: "avoid",
256
+ default: "always",
257
257
  choices: [
258
258
  { value: "always", description: "" },
259
259
  { value: "avoid", description: "" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prettier-plugin-java",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "Prettier Java Plugin",
5
5
  "type": "module",
6
6
  "exports": {
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "prettier": "^3.0.0"
43
43
  },
44
- "gitHead": "adb21f2db9ede99f2f9656fa038d16becdcab728"
44
+ "gitHead": "ec18b2fe1bcecd353d32cdcba7483cd0f88cb8a2"
45
45
  }