[clang-tools-extra] r212593 - Delete removed formatting option.
Daniel Jasper
djasper at google.com
Wed Jul 9 01:18:31 PDT 2014
Author: djasper
Date: Wed Jul 9 03:18:31 2014
New Revision: 212593
URL: http://llvm.org/viewvc/llvm-project?rev=212593&view=rev
Log:
Delete removed formatting option.
Modified:
clang-tools-extra/trunk/test/clang-modernize/Core/Inputs/.clang-format
Modified: clang-tools-extra/trunk/test/clang-modernize/Core/Inputs/.clang-format
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-modernize/Core/Inputs/.clang-format?rev=212593&r1=212592&r2=212593&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-modernize/Core/Inputs/.clang-format (original)
+++ clang-tools-extra/trunk/test/clang-modernize/Core/Inputs/.clang-format Wed Jul 9 03:18:31 2014
@@ -33,7 +33,6 @@ IndentWidth: 2
TabWidth: 8
UseTab: Never
BreakBeforeBraces: Attach
-IndentFunctionDeclarationAfterType: true
SpacesInParentheses: false
SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
More information about the cfe-commits
mailing list