Skip to content

Instantly share code, notes, and snippets.

@realityking
Created February 4, 2016 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realityking/c61e6b31248b5f37da67 to your computer and use it in GitHub Desktop.
Save realityking/c61e6b31248b5f37da67 to your computer and use it in GitHub Desktop.
Clang Format for PHP config
---
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