palantir-java-format icon indicating copy to clipboard operation
palantir-java-format copied to clipboard

A modern, lambda-friendly, 120 character Java formatter.

Results 97 palantir-java-format issues
Sort by recently updated
recently updated
newest added

## What happened? Original: ```java public record ExtensionDTO( String extensionClass, boolean started, boolean running, List extensionPointClasses ) implements ControllerDTO { } ``` palantir-java-format output: ```java public record ExtensionDTO(String extensionClass, boolean...

I pitched the use of `palantir-java-format` to my colleagues, but now I'm facing the issue of on-boarding people who use Eclipse. After exploring the available materials and issue discussions, I...

I can't seem to find a forum/channel for discussions/questions, so my aplogies if this is not the right place. Our team is looking into using Palantir as our Code Convention....

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

no changelog
merge when ready
dependencies

![image](https://user-images.githubusercontent.com/6773121/207552092-2e31877b-cd6b-4dd4-89fe-2e6815a10a7c.png) ![image](https://user-images.githubusercontent.com/6773121/207552200-ec5b71ea-643f-42c0-8a2f-4e6fe0f77d81.png) ```xml com.diffplug.spotless spotless-maven-plugin 2.28.0 1.1.0 validate true apply ``` The IDEA shortcut key cannot be formatted.

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

no changelog
merge when ready
dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

no changelog
merge when ready
dependencies

This pull request cherry-picks commit https://github.com/google/google-java-format/commit/865cff01, "Format type annotation as part of the type, not part of the modifiers list" from google-java-format. It includes a few other changes that are...

## What happened? Some IDE (as Jetbrains ones) allow usage of special comments to create custom foldable regions in code. This supports two common syntaxes (see [this article](https://blog.jetbrains.com/idea/2012/03/custom-code-folding-regions-in-intellij-idea-111/)): - `//region...