Skip to content

Commit 943e1e8

Browse files
authored
feat: add palantir-java-format (#833)
1 parent 117e9ca commit 943e1e8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ You can view this list in vim with `:help conform-formatters`
330330
- [oxfmt](https://github.com/oxc-project/oxc) - A Prettier-compatible code formatter.
331331
- [oxlint](https://github.com/oxc-project/oxc) - An oxidized replacement for ESLint that fixes lint errors.
332332
- [packer_fmt](https://developer.hashicorp.com/packer/docs/commands/fmt) - The packer fmt Packer command is used to format HCL2 configuration files to a canonical format and style.
333+
- [palantir-java-format](https://github.com/palantir/palantir-java-format) - A modern, lambda-friendly, 120 character Java formatter.
333334
- [pangu](https://github.com/vinta/pangu.py) - Insert whitespace between CJK and half-width characters.
334335
- [perlimports](https://github.com/perl-ide/App-perlimports) - Make implicit Perl imports explicit.
335336
- [perltidy](https://github.com/perltidy/perltidy) - Perl::Tidy, a source code formatter for Perl.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---@type conform.FileFormatterConfig
2+
return {
3+
meta = {
4+
url = "https://github.com/palantir/palantir-java-format",
5+
description = "A modern, lambda-friendly, 120 character Java formatter.",
6+
},
7+
command = "palantir-java-format",
8+
args = { "--palantir", "-" },
9+
}

0 commit comments

Comments
 (0)