This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Commit a03b8a2 1 parent 339af7e commit a03b8a2 Copy full SHA for a03b8a2
File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,16 @@ mvn -Penable-samples clean verify
99
99
```
100
100
101
101
2 . [ Activate] ( #profile-activation ) the profile.
102
- 3 . Define your samples in a normal Maven project in the ` samples/ ` directory
102
+ 3 . Define your samples in a normal Maven project in the ` samples/ ` directory.
103
+
104
+ ### Code Formatting
105
+
106
+ Code in this repo is formatted with
107
+ [ google-java-format] ( https://github.com/google/google-java-format ) .
108
+ To run formatting on your project, you can run:
109
+ ```
110
+ mvn com.coveo:fmt-maven-plugin:format
111
+ ```
103
112
104
113
### Profile Activation
105
114
Original file line number Diff line number Diff line change 11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "aed11c01e52921613b9ee469c2d85f5f33175fb7 ",
15
- "internalRef": "310660461 "
14
+ "sha": "edd3b80fb770548d6ad780105f1782de6ff73ea0 ",
15
+ "internalRef": "311053644 "
16
16
}
17
17
},
18
18
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "98c50772ec23295c64cf0d2ddf199ea52961fd4c "
22
+ "sha": "5b48b0716a36ca069db3038da7e205c87a22ed19 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments