hanchenye-llvm-project/clang/tools/clang-format-vs
Hans Wennborg 9f6581bb88 Allow _clang-format as alternative to .clang-format config filename
Dotfiles are impractical on Windows. This makes clang-format search
for the style configuration file as '_clang-format' in addition to
the usual '.clang-format'. This is similar to how VIM searches for
'_vimrc' on Windows.

Differential Revision: http://llvm-reviews.chandlerc.com/D1629

llvm-svn: 190413
2013-09-10 15:41:12 +00:00
..
ClangFormat Allow _clang-format as alternative to .clang-format config filename 2013-09-10 15:41:12 +00:00
ClangFormat.sln
README

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This directory contains a VSPackage project to generate a visual studio extension
for clang-format.

Build prerequisites are:
- Visual Studio 2012 Professional
- Visual Studio SDK (http://www.microsoft.com/en-us/download/details.aspx?id=30668)