summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format-vs/ClangFormat/Properties/AssemblyInfo.cs
Commit message (Collapse)AuthorAgeFilesLines
* Added new options to ClangFormat VSIX package.Marek Kurdej2015-10-191-2/+2
| | | | | | | | | | | | | | | | | | | Summary: Added new options to ClangFormat VSIX package: * fallback-style * assume-filename * sort-includes. Changed version to 1.1 (otherwise one couldn't update). Fixed clang-format escaping of XML reserved characters. Reviewers: hans, aaron.ballman, klimek, rnk, zturner Subscribers: djasper, cfe-commits Differential Revision: http://reviews.llvm.org/D13549 llvm-svn: 250694
* Adds a VSPackage project that builds a VS extension to run clang-format over ↵Manuel Klimek2013-09-041-0/+33
a selection / the line at the cursor. llvm-svn: 189955
OpenPOWER on IntegriCloud