1 个仓库
Tools specifically designed to reformat Java source code to adhere to style guides.
Distinct from Java Coding Standards: Candidates cover coding standards or AST analysis, but not the actual automatic formatting tool category.
Explore 1 awesome GitHub repository matching development tools & productivity · Java Formatters. Refine with filters or upvote what's useful.
Spotless is a multi-language formatting orchestrator and Gradle plugin that automates code styling across various programming languages within a single build pipeline. It functions as a coordinator for multiple third-party formatters, a code style linting tool, and a system for inserting and updating standardized license headers. The project distinguishes itself through git-integrated style enforcement, using pre-push hooks and git references to apply formatting only to modified files or lines. It supports shared build configurations, allowing formatting rules to be distributed and loaded acr
Provides standardized styling for Java source files, including string reflowing and import reordering.