Coder Social home page Coder Social logo

octoberclub / editorconfig-visualstudio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from editorconfig/editorconfig-visualstudio

0.0 2.0 0.0 3.83 MB

EditorConfig Visual Studio Addin

Home Page: http://editorconfig.org

License: Other

C# 95.24% C++ 3.80% Batchfile 0.97%

editorconfig-visualstudio's Introduction

EditorConfig Visual Studio Plugin

This plugin causes Visual Studio to load its indentation options from a standard .editorconfig settings file. See the project web site for more information.

Installing

This plugin works with Visual Studio 2010 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.

Building

To build this software, first download and build the EditorConfig core library in the Core directory. To automatically download the core library, use the git command:

git submodule update --init

Follow the build instructions for the core library as normal, but include the -DMSVC_MD=ON option when invoking CMake:

cd Core/
cmake . -DMSVC_MD=ON

Once the core library is built, open the solution file EditorConfig.VisualStudio.sln and compile the plugin.

You will need to install the Visual Studio 2010 SDK explicitly since its the last version built against .NET 4.0 and some referenced assemblies might resolve the later SDK requiring .NET 4.5.

The resulting plugin is named Plugin/bin/(Debug|Release)/EditorConfigPlugin.vsix, and double-clicking installs it into Visual Studio.

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.

editorconfig-visualstudio's People

Contributors

swansontec avatar mpdreamz avatar jednano avatar nulltoken avatar kinddragon avatar xuhdev avatar treyhunner avatar marcusrbrown avatar allen-zeng avatar jaredpar avatar samsalisbury avatar bbenoist avatar breyed avatar iristyle avatar jedmao avatar karaken12 avatar slaks avatar

Watchers

Michelle Steele avatar James Cloos 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.