Created
January 8, 2017 02:16
-
-
Save CDanU/e9044ac6569e48578edc686dfc6dae2d 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 | |
nl_before_func_body_def = 2 | |
# option(s) with 'not default' value: 1 | |
# | |
# -=====- | |
# Line Tag Parent Columns Br/Lvl/pp Flag Nl Text | |
# 1> COMMENT_CPP[ COMMENT_WHOLE][ 1/ 1/ 62/ 0][0/0/0][ 0][0-0] // unc_add_option("sp_cond_colon", UO_sp_cond_colon, AT_IARF, | |
# 1> NEWLINE[ NONE][ 62/ 62/ 1/ 0][0/0/0][ 0][1-0] | |
# 2> COMMENT_CPP[ COMMENT_WHOLE][ 1/ 1/ 72/ 0][0/0/0][ 0][0-0] // "Add or remove space around the ':' in 'b ? t : f'"); | |
# 2> NEWLINE[ NONE][ 72/ 72/ 1/ 0][0/0/0][ 0][1-0] | |
# 3> COMMENT_CPP[ COMMENT_WHOLE][ 1/ 1/ 68/ 0][0/0/0][ 0][0-0] // unc_add_option("sp_cond_question", UO_sp_cond_question, AT_IARF, | |
# 3> NEWLINE[ NONE][ 68/ 68/ 1/ 0][0/0/0][ 0][1-0] | |
# 4> COMMENT_CPP[ COMMENT_WHOLE][ 1/ 1/ 72/ 0][0/0/0][ 0][0-0] // "Add or remove space around the '?' in 'b ? t : f'"); | |
# 4> NEWLINE[ NONE][ 72/ 72/ 1/ 0][0/0/0][ 0][2-0] | |
# 6> COMMENT[ COMMENT_WHOLE][ 1/ 1/ 5/ 0][0/0/0][ 0][0-0] /**/ | |
# 6> NEWLINE[ NONE][ 5/ 5/ 1/ 0][0/0/0][ 0][1-0] | |
# 7> TYPE[ FUNC_DEF][ 1/ 1/ 5/ 0][0/0/0][ 70000][0-0] void | |
# 7> FUNC_DEF[ NONE][ 6/ 6/ 20/ 1][0/0/0][ 0][0-0] detect_options | |
# 7> FPAREN_OPEN[ FUNC_DEF][ 20/ 20/ 21/ 0][0/0/0][ 100000000][0-0] ( | |
# 7> TYPE[ NONE][ 21/ 21/ 25/ 0][0/1/0][ 40008][0-0] void | |
# 7> FPAREN_CLOSE[ FUNC_DEF][ 25/ 25/ 26/ 0][0/0/0][ 100000000][0-0] ) | |
# 7> NEWLINE[ NONE][ 26/ 26/ 1/ 0][0/0/0][ 0][1-0] | |
# 8> BRACE_OPEN[ FUNC_DEF][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] { | |
# 8> NEWLINE[ NONE][ 2/ 2/ 9/ 0][1/1/0][ 0][1-0] | |
# 9> FUNC_CALL[ NONE][ 9/ 9/ 29/ 0][1/1/0][ 60000][0-1] detect_space_options | |
# 9> FPAREN_OPEN[ FUNC_CALL][ 29/ 29/ 30/ 0][1/1/0][ 100000000][0-0] ( | |
# 9> FPAREN_CLOSE[ FUNC_CALL][ 30/ 30/ 31/ 0][1/1/0][ 100000000][0-0] ) | |
# 9> SEMICOLON[ NONE][ 31/ 31/ 32/ 0][1/1/0][ 100000000][0-0] ; | |
# 9> NEWLINE[ NONE][ 32/ 32/ 1/ 0][1/1/0][ 0][1-0] | |
# 10> BRACE_CLOSE[ FUNC_DEF][ 1/ 1/ 2/ 0][0/0/0][ 100000000][0-0] } | |
# 10> NEWLINE[ NONE][ 2/ 2/ 1/ 0][0/0/0][ 0][2-0] | |
# -=====- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment