From: Alp Toker Date: Fri, 22 Nov 2013 08:00:20 +0000 (+0000) Subject: Add txt file extension to VS solution's README X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d7d0231c5f3df2b230f3367f1e23857721d6999;p=clang Add txt file extension to VS solution's README This matches other README.txt files in LLVM and makes things more obvious on Windows where it's likely to be read. CRLFs are retained for the same reason. Also fix Visual Studio product name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195420 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-format-vs/README b/tools/clang-format-vs/README.txt similarity index 56% rename from tools/clang-format-vs/README rename to tools/clang-format-vs/README.txt index 240821c4af..6d4ebb39ea 100644 --- a/tools/clang-format-vs/README +++ b/tools/clang-format-vs/README.txt @@ -1,6 +1,6 @@ -This directory contains a VSPackage project to generate a visual studio extension +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) \ No newline at end of file +- Visual Studio SDK (http://www.microsoft.com/en-us/download/details.aspx?id=30668)