Last active
June 13, 2019 16:06
-
-
Save emersonknapp/26256ea67493a140f58ab252178009fd to your computer and use it in GitHub Desktop.
Uncrustify __pragma macro indentation debug file
This file contains hidden or 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.69.0_f | |
| # option(s) with 'not default' value: 0 | |
| # | |
| # -=====- | |
| # Line Tag Parent Columns Br/Lvl/pp Flag Nl Text | |
| # 1> PREPROC[ PP_DEFINE][ 1/ 1/ 2/ 0][1/1/0][ 1000e0001][0-0] # | |
| # 1> PP_DEFINE[ NONE][ 2/ 2/ 8/ 0][1/1/0][ 10001][0-0] define | |
| # 1> MACRO[ NONE][ 9/ 9/ 31/ 1][1/1/0][ 1][0-0] pragma_and_indentation | |
| # 1> NL_CONT[ NONE][ 32/ 32/ 1/ 1][1/1/0][ 40001][1-0] \ | |
| # 2> PP_PRAGMA[ NONE][ 9/ 9/ 17/ 9][1/1/0][ 1][0-1] __pragma | |
| # 2> PREPROC_BODY[ NONE][ 17/ 17/ 33/ 0][1/1/0][ 1][0-0] (warning(push)) | |
| # 2> NL_CONT[ NONE][ 33/ 33/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 3> PREPROC_BODY[ NONE][ 9/ 9/ 28/ 9][1/1/0][ 1][0-1] if (outer_block) { | |
| # 3> NL_CONT[ NONE][ 28/ 28/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 4> PREPROC_BODY[ NONE][ 9/ 17/ 37/ 18][1/1/0][ 1][0-1] if (indent_block) { | |
| # 4> NL_CONT[ NONE][ 29/ 37/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 5> PREPROC_BODY[ NONE][ 9/ 25/ 42/ 27][1/1/0][ 1][0-1] function_call(); | |
| # 5> NL_CONT[ NONE][ 26/ 42/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 6> PREPROC_BODY[ NONE][ 9/ 17/ 19/ 18][1/1/0][ 1][0-1] } | |
| # 6> NL_CONT[ NONE][ 11/ 19/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 7> PREPROC_BODY[ NONE][ 9/ 9/ 11/ 9][1/1/0][ 1][0-1] } | |
| # 7> NL_CONT[ NONE][ 11/ 11/ 1/ 0][1/1/0][ 1][1-0] \ | |
| # 8> PREPROC_BODY[ NONE][ 9/ 9/ 31/ 9][1/1/0][ 1][0-1] __pragma(warning(pop)) | |
| # 8> NEWLINE[ NONE][ 31/ 31/ 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