• Himanshu Kapoor's avatar
    Add support for .editorconfig in Web IDE · 04e38af4
    Himanshu Kapoor authored
    Developers collaborating on projects follow certain coding standards
    styles to maintain consistent levels of readability and format. These
    standards are usually provided to developers through configuration
    files that the developer's editor might read and apply. When working in
    the Web IDE, even if a project has configured this type of file, those
    settings can't be enforced.
    
    The leader in standards for this is EditorConfig which providers a file
    format for defining coding styles. This change adds support for reading
    .editorconfig files in the Web IDE and applying configuration settings
    automatically.
    04e38af4
index.js 1009 Bytes