About 126,000 results
Open links in new tab
  1. EditorConfig

    EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.

  2. Define Consistent Coding Styles with EditorConfig - Visual Studio ...

    5 days ago · EditorConfig file settings let you maintain consistent coding styles and conventions in a codebase, regardless of the editor or IDE you use. Some coding styles you can control are indent …

  3. What is .editorconfig - GeeksforGeeks

    Jul 23, 2025 · EditorConfig solves this problem by having a single config file that is readable by all IDE's and code editors with the help of some plugins/extensions. This tool is used extensively in many big …

  4. EditorConfig, Code Style, and Configuring Code Inspections

    Jul 18, 2023 · What is EditorConfig? EditorConfig is a formal specification that allows development teams to maintain consistent coding styles across editors and IDEs. Code styling includes …

  5. EditorConfig Properties - GitHub

    Dec 29, 2024 · This document details current EditorConfig properties and ideas for future properties (both universal and domain-specific). Universal properties are those which can have a meaning for …

  6. EditorConfig - Visual Studio Marketplace

    The EditorConfig project defines a simple file format for configuring common text-editor options such as indentation sizes. These configuration files are designed to sit alongside a project's source code, …

  7. EditorConfig - Wikipedia

    The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles.

  8. The .editorconfig files for .NET developers - NDepend Blog

    Mar 29, 2024 · .editorconfig files offer a simple yet powerful mechanism for enforcing consistent coding standards across .NET projects. By integrating these files into your development workflow, you can …

  9. How to Standardize Code Formatting in .NET with .editorconfig

    Feb 2, 2024 · .editorconfig allows you to configure and modify the behavior of .NET analyzers. You can use it to turn specific analyzers on or off, set severity levels (e.g., warning, error, suggestion), and …

  10. EditorConfig Specification — EditorConfig Specification 0.17.2 ...

    EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding …