awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Code Formatting Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCode Formatting Tools

Tools that automatically enforce and apply consistent styling and formatting rules to source code.

Explore 1 awesome GitHub repository matching development tools & productivity · Code Formatting Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Tools
  5. Code Formatting Tools

Awesome Code Formatting Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • prettier/prettier

    prettier/prettier

    51,664GitHubView on GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad

    JavaScriptangularastcss

Explore sub-tags

  • Browser FormattingCapabilities for executing code formatting logic within web browser environments.
  • Embedded Code FormattersTools that support formatting code snippets embedded within other languages or file formats.
  • Formatting ConstraintsConfiguration settings that define boundaries for code layout, such as maximum line length or indentation depth.
  • Formatting Exclusion Directives
Mechanisms that allow developers to selectively disable code formatting for specific blocks or segments within a file using comments or configuration.
  • In-Place FormattersTools that overwrite source files directly to apply formatting changes.
  • Indentation SettingsConfigurations for defining the number of spaces or tabs used for code indentation.
  • Multi-Language FormattersTools capable of applying consistent formatting rules across multiple programming languages and embedded content within a single project.
  • Parser ConfigurationsSettings that define how source code is interpreted and processed by a formatting engine.
  • Pretty Printing AlgorithmsLogic for traversing syntax trees to determine optimal line breaks and indentation.
  • Quote Style ConfigurationsSettings that define whether to use single or double quotes for string literals.
  • Semicolon Configuration RulesSettings that dictate whether semicolons are required or omitted at the end of statements in source code.