language-formatters-pre-commit-hooks icon indicating copy to clipboard operation
language-formatters-pre-commit-hooks copied to clipboard

Collection of custom pre-commit hooks.

Results 16 language-formatters-pre-commit-hooks issues
Sort by recently updated
recently updated
newest added

The hook works well if *root* is not present in my .editconfig file. However it breaks with the below message if I add *root = true* to my .editconfig: ```shell...

I would *personally* favor this way thanks!

Hello I use language-formatters-pre-commit-hooks - pretty-format-ini to check the ini files of an older program. This program is for windows and uses cp1250 encoding. When checking, the following message appears:...

Bump KTLint and/or Google Java Formatter *Auto-generated* by [bump-releases](https://github.com/macisamuele/language-formatters-pre-commit-hooks/actions/workflows/bump-releases.yaml)

[Palantir Java Formatter](https://github.com/palantir/palantir-java-format) has a bit different settings than Google Java Format. As the original project doesn't provide standalone version, [repackager CI](https://github.com/jsonschema2dataclass/palantir-cli) has been used.

In https://github.com/google/google-java-format/issues/868#issuecomment-1951339602 (via https://github.com/google/google-java-format/pull/1045, et al), we have made _"native"_ (non `java -jar google-java-format*.jar`) binaries available; the first release to include that was https://github.com/google/google-java-format/releases/tag/v1.20.0. E.g. https://github.com/JoseVSeb/google-java-format-for-vs-code/issues/17 adopted this in a...