Created
November 29, 2016 20:59
-
-
Save daniel-beard/11cdb323ef53f99042617afcf6b8b02f to your computer and use it in GitHub Desktop.
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
# Uncrustify 0.64_d | |
align_oc_msg_colon_span = 1 | |
# option(s) with 'not default' value: 1 | |
# | |
# -=====- | |
# Line Tag Parent Columns Br/Lvl/pp Flag Nl Text | |
# 1> NEWLINE[ NONE][ 1/ 1/ 1/ 0][0/0/0][ 0][1-0] | |
# 2> OC_SCOPE[ OC_MSG_DECL][ 1/ 1/ 2/ 0][0/0/0][ 100060000][0-0] - | |
# 2> PAREN_OPEN[ OC_MSG_DECL][ 3/ 3/ 4/ 1][0/0/0][2100040000][0-0] ( | |
# 2> TYPE[ NONE][ 4/ 4/ 8/ 0][0/1/0][2000040000][0-0] void | |
# 2> PAREN_CLOSE[ OC_MSG_DECL][ 8/ 8/ 9/ 0][0/0/0][2100000000][0-0] ) | |
# 2> OC_MSG_DECL[ OC_MSG_DECL][ 9/ 9/ 17/ 0][0/0/0][ 0][0-0] myMethod | |
# 2> BRACE_OPEN[ OC_MSG_DECL][ 18/ 18/ 19/ 1][0/0/0][ 100000000][0-0] { | |
# 2> NEWLINE[ NONE][ 19/ 19/ 5/ 0][1/1/0][ 0][1-0] | |
# 3> TYPE[ NONE][ 9/ 5/ 14/ 0][1/1/0][ 10470000][0-0] NSInteger | |
# 3> WORD[ NONE][ 19/ 15/ 23/ 1][1/1/0][ 11800000][0-0] rowCount | |
# 3> ASSIGN[ NONE][ 28/ 24/ 25/ 1][1/1/0][ 100000000][0-0] = | |
# 3> SQUARE_OPEN[ OC_MSG][ 30/ 26/ 27/ 1][1/1/0][ 100044000][0-0] [ | |
# 3> OC_MSG_CLASS[ NONE][ 31/ 27/ 42/ 0][1/2/0][ 74000][0-0] sectionProvider | |
# 3> OC_MSG_FUNC[ NONE][ 47/ 43/ 57/ 1][1/2/0][ 384000][0-0] collectionView | |
# 3> OC_COLON[ NONE][ 61/ 57/ 58/ 0][1/2/0][ 100004000][0-0] : | |
# 3> TYPE[ NONE][ 62/ 58/ 72/ 0][1/2/0][ 64000][0-0] collectionView | |
# 3> NEWLINE[ NONE][ 76/ 72/ 5/ 0][1/2/0][ 4000][1-0] | |
# 4> OC_MSG_NAME[ NONE][ 40/ 5/ 26/ 0][1/2/0][ 284000][0-0] numberOfRowsInSection | |
# 4> OC_COLON[ OC_MSG_NAME][ 67/ 26/ 27/ 0][1/2/0][ 100104000][0-0] : | |
# 4> WORD[ NONE][ 68/ 27/ 34/ 0][1/2/0][ 64000][0-0] section | |
# 4> SQUARE_CLOSE[ OC_MSG][ 75/ 34/ 35/ 0][1/1/0][ 100004000][0-0] ] | |
# 4> SEMICOLON[ OC_MSG][ 76/ 35/ 36/ 0][1/1/0][ 100000000][0-0] ; | |
# 4> NEWLINE[ NONE][ 77/ 36/ 1/ 0][1/1/0][ 0][1-0] | |
# 5> BRACE_CLOSE[ OC_MSG_DECL][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] } | |
# 5> NEWLINE[ NONE][ 2/ 2/ 1/ 0][0/0/0][ 0][1-0] | |
# -=====- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment