Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 2.03 KB

README.md

File metadata and controls

46 lines (31 loc) · 2.03 KB

Travis Build Status 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
  • insert_final_newline
  • trim_trailing_whitespace

On the backlog

  • charset

Known Issues