Skip to content

Commit

Permalink
[ALS-5482] - PIC-SURE Code formatting
Browse files Browse the repository at this point in the history
- Add formatting config
- Add pre commit hook to format things
- Add formatting stuff to pom
- Add directions to README
  • Loading branch information
Luke Sikina committed Dec 12, 2023
1 parent 0f908f3 commit 996dd61
Show file tree
Hide file tree
Showing 4 changed files with 447 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This is the git repository for version 2+ of the PIC-SURE API.

## Pre-requisits

* Java 11
* Java 11
* Before contributing code, please set up our git hook:
`cp code-formatting/pre-commit.sh .git/hooks/pre-commit`

## Build
The build consists of the following top level maven modules:
Expand Down
Loading

0 comments on commit 996dd61

Please sign in to comment.