Bladeren bron

Merge pull request #977 from kurtisharms/patch-2

Added ClangFormat to IDE beautifier plugin list
Rémi Verschelde 7 jaren geleden
bovenliggende
commit
8ef96d7895
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      community/contributing/code_style_guidelines.rst

+ 1 - 0
community/contributing/code_style_guidelines.rst

@@ -114,6 +114,7 @@ Here is a non-exhaustive list of beautifier plugins for some IDEs:
 
 - Qt Creator: `Beautifier plugin <http://doc.qt.io/qtcreator/creator-beautifier.html>`__
 - Visual Studio Code: `Clang-Format <https://marketplace.visualstudio.com/items?itemName=xaver.clang-format>`__
+- Visual Studio: `ClangFormat <https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.ClangFormat>`__
 - vim: `vim-clang-format <https://github.com/rhysd/vim-clang-format>`__
 
 (Pull requests welcome to extend this list with tested plugins.)