7 repos
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.
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.
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.
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.
Utility-first CSS framework for fast, design-system-friendly styling.
Maintains consistent markup structure by automatically organizing utility classes within source code.
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.
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.
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.