Created
February 4, 2016 10:11
-
-
Save realityking/c61e6b31248b5f37da67 to your computer and use it in GitHub Desktop.
Clang Format for PHP config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
IndentWidth: 4 | |
TabWidth: 4 | |
UseTab: ForIndentation | |
AlignConsecutiveAssignments: true | |
BreakBeforeBraces: Linux | |
ColumnLimit: 0 | |
MacroBlockBegin: '^ZEND_BEGIN_ARG_INFO' | |
MacroBlockEnd: '^ZEND_END_ARG_INFO' | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment