summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format-vs/ClangFormat/ClangFormat.vsct
Commit message (Collapse)AuthorAgeFilesLines
* clang-format-vsix: add command to format documentAntonio Maiorano2016-12-161-5/+13
| | | | | | | | Bound to Ctrl+R, Ctrl+D by default. Also added section on how to debug the extension to the Readme. Differential Revision: https://reviews.llvm.org/D27501 llvm-svn: 289910
* Fix key bindings for VS 2010.Manuel Klimek2013-11-121-4/+5
| | | | | | | Set the default key-binding only in the text editor; the global binding of ctrl-r,ctrl-f was already taken in VS 2010. llvm-svn: 194482
* Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek2013-11-121-2/+1
| | | | | | The generated package is now compatible with VS 2010 - 2013. llvm-svn: 194480
* Revert unintentional commit from r194477.Manuel Klimek2013-11-121-6/+4
| | | | llvm-svn: 194478
* (no commit message)Manuel Klimek2013-11-121-4/+6
| | | | llvm-svn: 194477
* Adds a VSPackage project that builds a VS extension to run clang-format over ↵Manuel Klimek2013-09-041-0/+119
a selection / the line at the cursor. llvm-svn: 189955
OpenPOWER on IntegriCloud