[lld] r243570 - Remove astyle-options.

Rui Ueyama ruiu at google.com
Wed Jul 29 13:48:03 PDT 2015


Author: ruiu
Date: Wed Jul 29 15:48:02 2015
New Revision: 243570

URL: http://llvm.org/viewvc/llvm-project?rev=243570&view=rev
Log:
Remove astyle-options.

We have our own code formatting tool, clang-format.
I believe no one is using "astyle" to format the code.

Removed:
    lld/trunk/utils/astyle-options

Removed: lld/trunk/utils/astyle-options
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/utils/astyle-options?rev=243569&view=auto
==============================================================================
--- lld/trunk/utils/astyle-options (original)
+++ lld/trunk/utils/astyle-options (removed)
@@ -1,7 +0,0 @@
-style=java
-indent=spaces=2
-pad-oper
-pad-header
-unpad-paren
-convert-tabs
-align-pointer=name





More information about the llvm-commits mailing list