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

7 repos

Awesome GitHub RepositoriesCode Formatting Utilities

Tools and configurations focused on enforcing visual source code style, indentation, and syntax layout.

Explore 7 awesome GitHub repositories matching development tools & productivity · Code Formatting Utilities. Refine with filters or upvote what's useful.

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

Awesome Code Formatting Utilities GitHub Repositories

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

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    Maintain consistent source code style by applying automated formatting rules during the development and build process.

    JavaScriptjavascriptuifrontend
  • airbnb/javascript

    airbnb/javascript

    148,105GitHubView on GitHub↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaini

    Mandates specific indentation and spacing patterns to improve the visual alignment and readability of source code.

    JavaScriptarrow-functionses2015es2016
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Standardizes source code formatting by validating style guidelines during continuous integration processes.

    Rustdenojavascriptrust
  • tailwindlabs/tailwindcss

    tailwindlabs/tailwindcss

    93,668GitHubView on GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Maintains consistent markup structure by automatically organizing utility classes within source code.

    TypeScriptcssframeworkutility
  • opencv/opencv

    opencv/opencv

    86,238GitHubView on GitHub↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning

    Standardize source file appearance by automatically applying license headers, namespace encapsulation, and consistent indentation across the entire codebase.

    C++c-plus-pluscomputer-visiondeep-learning
  • TheAlgorithms/Java

    TheAlgorithms/Java

    65,078GitHubView on GitHub↗

    This project is an educational repository containing a comprehensive collection of classic computer science algorithms and data structures implemented in Java. It serves as a community-driven learning resource designed to help students and developers study fundamental computational problems and practice idiomatic synta

    Automates code style consistency by providing configuration files that enforce uniform formatting across the entire project.

    Javaalgorithmalgorithm-challengesalgorithms
  • 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

    Parses source code and reprints it from scratch to ensure a consistent, project-wide visual style.

    JavaScriptangularastcss

Explore sub-tags

  • Automated Code Formatters
  • Code Formatters
  • Code Formatting Configurations
  • Formatting Exclusions1 sub-tag
  • Formatting Rules1 sub-tag
  • UI Formatting1 sub-tag