madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
128 stars 37 forks source link

C++ formatting conventions #108

Open Thieum opened 3 years ago

Thieum commented 3 years ago

Installed product versions

Description

Add support to C++ formatting conventions documented there: https://docs.microsoft.com/en-us/visualstudio/ide/cpp-editorconfig-properties?view=vs-2019

Steps to recreate

  1. Use the tool now provided with VS to generate a C++ editorconfig, in tools -> C/C++ -> Code Style -> General.
  2. The extension will not recognize the C++ formatting conventions.

Current behavior

This extension does not support C++ formatting conventions.

Expected behavior

This extension should support C++ formatting conventions.