Skip to content

xoriath/editorconfig-visualstudio

 
 

Repository files navigation

EditorConfig Visual Studio Plugin

Join the chat at https://gitter.im/Mpdreamz/editorconfig-visualstudio

This plugin allows you to have per project checked in Visual Studio settings using an .editorconfig settings file.

See the project web site for more information.

Installing

This plugin works with Visual Studio 2012 or later. The easiest way to install it is through Visual Studio's built-in Extension Manager. Just search for "EditorConfig" in the Online Gallery section. Or, download a copy from the Visual Studio gallery website.

Bleeding edge Build status

Bleeding edge vsix installer is build on every commit and can be found here:

https://ci.appveyor.com/project/Mpdreamz/editorconfig-visualstudio/build/artifacts

Building

We adhere to the F5 manifesto so you should be able to clone, open in VS and build.

Building from the command line can be done calling build.cmd this will create a vsix packages under artifacts directory in the root of the checkout.

Supported properties

The plugin supports the following EditorConfig properties:

  • indent_style
  • indent_size
  • tab_width
  • end_of_line
  • insert_final_newline
  • trim_trailing_whitespace
  • root (only used by EditorConfig core)

Reporting problems

If you encounter any problems, feel free to report them at the issue tracker.

About

EditorConfig Visual Studio Addin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.6%
  • F# 7.2%
  • Batchfile 0.2%