Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting #4

Merged
merged 4 commits into from
Feb 1, 2024
Merged

Fix formatting #4

merged 4 commits into from
Feb 1, 2024

Conversation

Jakobeha
Copy link
Contributor

spotless wasn't actually formatting the Java files and other specific file types: it applied the default formatter first, which only fixes whitespace and newlines, and then considered the files already formatted.

This PR fixes and applies the correct formatting to every file in the repository.

Unfortunately this means it messes up git blame. There's a partial fix using .git-blame-ignore-revs, and it works on Github, but users must run git config blame.ignoreRevsFile .git-blame-ignore-revs for it to work locally.

@Jakobeha Jakobeha merged commit ea5f28e into main Feb 1, 2024
2 checks passed
@Jakobeha Jakobeha deleted the fix-formatting branch February 1, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant