Skip to content

Commit

Permalink
Format java code.
Browse files Browse the repository at this point in the history
The eclipse-formatter.xml is all the default values spit out by VSCode's Language Support for Java by Redhat (except spaces not tabs). IntelliJ can import the eclipse-formatter.xml file, but it doesn't seem necessary since IntelliJ's default settings were 99% aligned anyway.
  • Loading branch information
graebm committed Sep 30, 2023
1 parent 26a9866 commit 44bf4c2
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Lint s3-benchrunner-c
run: python runners/s3-benchrunner-c/scripts/lint.py

- name: Lint s3-benchrunner-crt-java
run: python runners/s3-benchrunner-crt-java/scripts/lint.py

- name: Check that benchmark.run.json files are up to date
# build benchmarks and see if any files change
run: |
Expand Down
Loading

0 comments on commit 44bf4c2

Please sign in to comment.