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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCode Formatters

Plugins that automate source code layout and style compliance within an editor.

Distinct from IDE Integration Plugins: Distinct from IDE Integration Plugins: focuses on the specific act of code formatting rather than general environment connectivity.

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

Awesome Code Formatters GitHub Repositories

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

    google/google-java-format

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

    google-java-format is a Java code formatter and style enforcement tool. It reformats Java source code to adhere to a standardized style guide, ensuring consistent layout and indentation across entire projects or individual files. The project functions as a build pipeline linting tool for continuous integration workflows and as an IDE formatting plugin to replace native editor formatting. It can be embedded as a formatting library within code generation software to ensure machine-written output remains human-readable. The tool provides capabilities for reorganizing source code indentation and

    Provides an IDE plugin that replaces native formatting with a standardized Java style guide.

    Java
    GitHub पर देखें↗6,145
  • prettier/prettier-vscodeprettier का अवतार

    prettier/prettier-vscode

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

    यह एक Visual Studio Code एक्सटेंशन है जो Prettier फ़ॉर्मेटिंग इंजन को एडिटर में एकीकृत करता है। यह सुसंगत लेआउट और लाइन रैपिंग को लागू करने के लिए सिंटैक्स ट्री से सोर्स कोड को पुनर्मुद्रित करके राय-आधारित (opinionated), मल्टी-लैंग्वेज कोड स्टाइलिंग प्रदान करने के लिए एक सेतु के रूप में कार्य करता है। यह एक्सटेंशन सेव करने पर या कमांड पर ऑटोमेटेड फ़ॉर्मेटिंग को सक्षम बनाता है, जिससे टीमों के बीच एक समान कोडबेस सुनिश्चित होता है। यह एडिटर प्रेफरेंस, EditorConfig फ़ाइलों और लोकल कॉन्फ़िगरेशन फ़ाइलों को मर्ज करके स्टाइलिंग नियमों को हल करता है, और परस्पर विरोधी शैलीगत नियमों को हल करने के लिए लिंटर्स के साथ समन्वय कर सकता है। यह सिस्टम प्रोग्रामिंग भाषाओं और मार्कअप फ़ॉर्मेट्स की एक विस्तृत श्रृंखला का समर्थन करता है, जिसमें प्लगइन्स और कस्टम फ़ाइल एक्सटेंशन मैपिंग के माध्यम से भाषा समर्थन का विस्तार करने की क्षमता है। यह बंडल किए गए वर्ज़न्स पर प्रोजेक्ट-लोकल इंस्टॉलेशन को प्राथमिकता देकर फ़ॉर्मेटर वर्ज़न रिज़ॉल्यूशन को संभालता है और कोड संशोधनों के बाद कर्सर स्थान को बनाए रखने के लिए कर्सर स्थितियों को ट्रैक करता है।

    Serves as a bridge between the VS Code editor and the Prettier formatting engine to automate style compliance.

    TypeScript
    GitHub पर देखें↗5,504
  1. Home
  2. Development Tools & Productivity
  3. IDE Integration Plugins
  4. Code Formatters