awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 रिपॉजिटरी

Awesome GitHub RepositoriesSource Code Formatters

Tools that automatically standardize the style and formatting of source files to ensure consistency.

Distinct from Source File Management: Focuses on code style formatting (linting/fixing) rather than file management or parsing into ASTs.

Explore 9 awesome GitHub repositories matching development tools & productivity · Source Code Formatters. Refine with filters or upvote what's useful.

Awesome Source Code Formatters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apple/swiftapple का अवतार

    apple/swift

    70,119GitHub पर देखें↗

    Swift is a general purpose, compiled systems programming language designed for building high-performance software. It is a strongly typed language that focuses on memory safety and type safety to prevent runtime errors. The language is designed for native code integration, allowing it to interoperate with C and Objective-C libraries to leverage existing system functions and high-performance APIs. The project covers broad capabilities in type-safe application development and cross-platform toolchain engineering. It includes infrastructure for automated language validation, compiler performanc

    Includes automated scripts to analyze source files for style and programmatic errors to maintain codebase consistency.

    Swift
    GitHub पर देखें↗70,119
  • jaredpalmer/tsdxjaredpalmer का अवतार

    jaredpalmer/tsdx

    11,471GitHub पर देखें↗

    tsdx is a zero-config command line interface and build tool designed for developing, bundling, and distributing TypeScript libraries. It functions as a project scaffolder and development toolchain that initializes new libraries from templates with standardized folder structures and pre-configured dependencies. The project specializes in producing dual-format module distributions, simultaneously generating both CommonJS and ES modules to ensure compatibility across different JavaScript environments. It utilizes a Rollup-based bundling system to compile TypeScript source into optimized distribu

    Standardizes code style automatically using a high-speed formatter to maintain consistency across the codebase.

    TypeScriptbundlingjestnpm
    GitHub पर देखें↗11,471
  • crazyguitar/pysheeetcrazyguitar का अवतार

    crazyguitar/pysheeet

    8,150GitHub पर देखें↗

    pysheeet एक तकनीकी संदर्भ लाइब्रेरी है जो उन्नत Python डेवलपमेंट, सिस्टम एकीकरण और उच्च-प्रदर्शन कंप्यूटिंग के लिए कोड स्निपेट्स और कार्यान्वयन पैटर्न का एक क्यूरेटेड संग्रह प्रदान करती है। यह निम्न-स्तरीय नेटवर्क प्रोग्रामिंग, नेटिव C एक्सटेंशन, और एसिंक्रोनस और समवर्ती प्रोग्रामिंग को लागू करने के लिए एक व्यापक गाइड के रूप में कार्य करती है। यह प्रोजेक्ट वितरित GPU इन्फरेंस और उच्च-प्रदर्शन सर्विंग के लिए टूल्स सहित लार्ज लैंग्वेज मॉडल्स के विकास और डिप्लॉयमेंट के लिए विशेष फ्रेमवर्क प्रदान करती है। इसमें GPU रिसोर्स एलोकेशन और मल्टी-नोड वर्कलोड मैनेजमेंट को कवर करते हुए उच्च-प्रदर्शन कंप्यूटिंग क्लस्टर ऑर्केस्ट्रेशन के लिए विस्तृत पैटर्न भी शामिल हैं। यह लाइब्रेरी सुरक्षित नेटवर्क संचार और क्रिप्टोग्राफी, ऑब्जेक्ट-रिलेशनल मैपिंग और डेटाबेस मैनेजमेंट, और जटिल डेटा स्ट्रक्चर्स और एल्गोरिदम के कार्यान्वयन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है। यह मेमोरी मैनेजमेंट, फॉरेन-फंक्शन इंटरफ़ेस के माध्यम से नेटिव इंटरऑपरेबिलिटी, और सिस्टम-स्तरीय OS एकीकरण के लिए यूटिलिटीज़ भी प्रदान करती है।

    Provides guidelines and tools for automatically standardizing the style and formatting of source files.

    Python
    GitHub पर देखें↗8,150
  • golang/toolsgolang का अवतार

    golang/tools

    7,970GitHub पर देखें↗

    This project is a collection of official toolsets and server implementations designed for the parsing, formatting, and semantic analysis of the Go programming language. It includes a language server that provides real-time code intelligence and automated editing capabilities to editors via the Language Server Protocol. The toolset provides a suite of utilities for source code formatting and static analysis. This includes automated standardization of code layout, import organization, and the generation of string representation methods for enumerated types. The project covers broad static anal

    Automatically standardizes code layout and organizes import statements to ensure a consistent style.

    Go
    GitHub पर देखें↗7,970
  • ocaml/ocamlocaml का अवतार

    ocaml/ocaml

    6,514GitHub पर देखें↗

    OCaml is a strongly typed functional language featuring a sophisticated type system and a focus on safety and expressiveness. It provides a comprehensive compiling toolchain that transforms source code into either portable bytecode or high-performance native binaries. The project is distinguished by a shared memory parallel runtime that executes computations across multiple processor cores using domains, and an algebraic effect system for managing side effects and control flow through execution context handlers. It also includes a dedicated parser generator to automatically create lexers and

    Provides tools to enforce consistent indentation and layout rules across source files.

    OCamlcompilerfunctional-languageocaml
    GitHub पर देखें↗6,514
  • zxlie/fehelperzxlie का अवतार

    zxlie/FeHelper

    5,618GitHub पर देखें↗

    FeHelper is a web browser extension toolbox and frontend development toolkit integrated into Chrome, Firefox, and Edge. It serves as a data transformation utility, a web page debugging tool, and an AI-powered coding assistant. The project distinguishes itself by integrating local models and OpenAI-compatible APIs to write, refactor, and repair code directly within the browser. It also provides capabilities for generating TypeScript schemas and Zod definitions from data samples using AI. The toolkit covers a broad range of developer utilities, including network debugging for HTTP and WebSocke

    Provides a tool to beautify or compress code for JavaScript, CSS, HTML, XML, and SQL.

    JavaScriptchatgptchrome-extensioncode-beautify
    GitHub पर देखें↗5,618
  • voidzero-dev/vite-plusvoidzero-dev का अवतार

    voidzero-dev/vite-plus

    5,007GitHub पर देखें↗

    vite-plus is a unified web development toolchain and command line interface designed to manage Vite builds, JavaScript runtimes, and package managers from a single entry point. It functions as a JavaScript runtime manager for installing and pinning language versions, a monorepo task orchestrator for dependency-aware script execution, and a project scaffolding engine for bootstrapping applications and libraries. The project distinguishes itself by consolidating a full development lifecycle into one tool, featuring a unified static analysis engine that performs type-checking, linting, and forma

    Applies consistent styling to project files using a fast formatter to ensure a uniform codebase.

    Rust
    GitHub पर देखें↗5,007
  • zigtools/zlszigtools का अवतार

    zigtools/zls

    4,960GitHub पर देखें↗

    ZLS, Zig भाषा के लिए एक लैंग्वेज सर्वर है जो IDE जैसी इंटेलिजेंस प्रदान करने के लिए Language Server Protocol को लागू करता है। यह Zig प्रोजेक्ट्स के लिए कोड इंटेलिजेंस प्रोवाइडर, स्टेटिक कोड एनालिसिस टूल और ऑटोमेटेड रिफैक्टरिंग इंजन के रूप में कार्य करता है। यह सर्वर सटीक टाइप जानकारी प्राप्त करने और सिमेंटिक एनालिसिस करने के लिए सीधे Zig कंपाइलर टूलचेन के साथ इंटीग्रेट होता है। यह इस इंटीग्रेशन का उपयोग एडिटर डायग्नोस्टिक्स के रूप में रीयल-टाइम कंपाइलेशन एरर्स को दिखाने और रेगुलर एक्सप्रेशन पैटर्न के बजाय रिज़ॉल्व किए गए टाइप्स के आधार पर सिमेंटिक सिंटैक्स हाइलाइटिंग प्रदान करने के लिए करता है। यह प्रोजेक्ट सिंबल नेविगेशन, कोड कंप्लीशन और इनले हिंट्स सहित विकास क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह सिंबल रीनेमिंग, सोर्स कोड फॉर्मेटिंग और इम्पोर्ट ऑर्गनाइजेशन के लिए रिफैक्टरिंग यूटिलिटीज प्रदान करता है। इसके अतिरिक्त, यह सेव करने पर ऑटोमैटिक बिल्ड और डिपेंडेंसी फेचिंग सहित बिल्ड ऑटोमेशन को मैनेज करता है। सर्वर JSON Schema के माध्यम से कॉन्फ़िगरेशन वैलिडेशन का समर्थन करता है और Sublime Text तथा JetBrains IDEs जैसे एडिटर्स के साथ इंटीग्रेट होता है।

    Implements a standard formatter to adjust code indentation and style for project consistency.

    Ziglanguage-serverlanguage-server-protocollsp
    GitHub पर देखें↗4,960
  • likec4/likec4likec4 का अवतार

    likec4/likec4

    2,723GitHub पर देखें↗

    likec4 is an architecture-as-code framework that transforms text-based architecture definitions into interactive diagrams, static websites, and image files. It serves as a system architecture visualizer and C4 model diagram generator, allowing users to define software components, boundaries, and deployment infrastructure using a domain-specific language. The tool distinguishes itself by providing a modeling environment with Language Server Protocol integration for real-time validation and autocomplete. It enables interactive architecture documentation where users can navigate through hierarch

    Provides capabilities to standardize the style of architecture definition files or check for formatting consistency across the project.

    TypeScriptarchitecturearchitecture-as-codec4
    GitHub पर देखें↗2,723
  1. Home
  2. Development Tools & Productivity
  3. Source Code Formatters