sqids / sqids-java

Official Java port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/java
MIT License
188 stars 16 forks source link

Introduce code formatting + git hooks #15

Open robhanlon22 opened 9 months ago

robhanlon22 commented 9 months ago

Adds the spotless gradle plugin for a formatting abstraction; prettier for formatting Java, Java properties, YAML, and Markdown; and pre-commit to tie the aforementioned into a pre-commit hook.

Switching to different formatters is trivial if something like google-java-format is desired.