diff options
Diffstat (limited to 'include/python')
-rw-r--r-- | include/python | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/python b/include/python index 9216ca5..7fbac8a 100644 --- a/include/python +++ b/include/python @@ -33,6 +33,7 @@ @Use { @PythonSetup # pipe { } # pipe source through this # numbered { No } # No, Yes, or a line number + # numberedblanks { Yes } # No or Yes # style { varying @OrIfPlain fixed } # fixed, varying, or symbol # the following options apply when style is "fixed" @@ -40,6 +41,7 @@ # fixedfont { Courier } # font family # fixedsize { -1.0p } # font size # fixedline { 1.0vx } # line-space + # fixedblanklinescale { 1.0 } # blank-line scale # fixedspace { lout } # spacing mode # fixedtabin { 8 } # tab interval # fixedtabout { 8s } # tab width @@ -65,6 +67,7 @@ # varyingfont { } # font family # varyingsize { 1.0f } # font size # varyingline { 1.0vx } # line-space + # varyingblanklinescale { 1.0 } # blank-line scale # varyingspace { lout } # spacing mode # varyingtabin { 8 } # tab interval # varyingtabout { 3f } # tab width @@ -90,6 +93,7 @@ # symbolfont { } # font family # symbolsize { 1.0f } # font size # symbolline { 1.0vx } # line-space + # symbolblanklinescale { 1.0 } # blank-line scale # symbolspace { lout } # spacing mode # symboltabin { 8 } # tab interval # symboltabout { 3f } # tab width |