File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,16 @@ mvn -Penable-samples clean verify
9999 ```
100100
1011012 . [ 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+ ```
103112
104113### Profile Activation
105114
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-storage.git",
7- "sha": "5566daf02b6584231cfa5fcc9cf624f398ff29e0 "
7+ "sha": "16487f197ddb047c84d80674b8a60efe13feeceb "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "98c50772ec23295c64cf0d2ddf199ea52961fd4c "
14+ "sha": "5b48b0716a36ca069db3038da7e205c87a22ed19 "
1515 }
1616 }
1717 ]
You can’t perform that action at this time.
0 commit comments