GithubHelp home page GithubHelp logo

isabella232 / editorconfig-vscode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theia-ide/editorconfig-vscode

0.0 0.0 0.0 466 KB

EditorConfig extension for Visual Studio Code

Home Page: http://editorconfig.org/

License: MIT License

TypeScript 100.00%

editorconfig-vscode's Introduction

GitHub Actions Gitter

This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files are required. As with any EditorConfig plugin, if root=true is not specified, EditorConfig will continue to look for an .editorconfig file outside of the project.

This repository is specific to the EditorConfig Extension for Visual Studio Code. Internally, it uses the editorconfig npm package, which is one of a few EditorConfig cores available.

See also:

Feel free to submit any issues you may have via the issue tracker.

Installation

ext install EditorConfig

Supported Properties

  • indent_style
  • indent_size
  • tab_width
  • end_of_line (on save)
  • insert_final_newline (on save)
  • trim_trailing_whitespace (on save)

On the backlog

  • charset

How it works

This extension is activated whenever you open a new text editor, switch tabs into an existing one or focus into the editor you already have open. When activated, it uses editorconfig to resolve the configuration for that particular file and applies any relevant editor settings.

Note: some settings can only be applied on file save, as indicated above.

A new .editorconfig file can be created via the Explorer sidebar's context menu by right-clicking in the folder where you'd like it to be and selecting Generate .editorconfig.

Known Issues

editorconfig-vscode's People

Contributors

alexdima avatar ark120202 avatar bbosman avatar bobbrow avatar chrisdias avatar coliff avatar dgileadi avatar dinhani avatar egamma avatar emilmelnikov avatar febley avatar hobbsd avatar jedmao avatar jednano avatar jimic avatar jrieken avatar msftgits avatar peterblazejewicz avatar rdumont avatar samverschueren avatar slartibardfast avatar tgfjt avatar torarvid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.