sample.ini
changeset 102 ff0aa9b1397a
child 103 d22d8cd4f628
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sample.ini	Fri Oct 25 11:15:18 2013 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# Default configuration for bookloupe
     1.5 +
     1.6 +[options]
     1.7 +# Ignore DP-specific markup
     1.8 +dp=false
     1.9 +# Echo queried line
    1.10 +echo=true
    1.11 +# Check single quotes
    1.12 +squote=false
    1.13 +# Check common typos
    1.14 +typo=true
    1.15 +# Require closure of quotes on every paragraph
    1.16 +qpara=false
    1.17 +# Enable paranoid querying of everything
    1.18 +paranoid=true
    1.19 +# Enable line end checking
    1.20 +line-end=true
    1.21 +# Overview: just show counts
    1.22 +overview=false
    1.23 +# Output errors to stdout instead of stderr
    1.24 +stdout=false
    1.25 +# Echo header fields
    1.26 +header=false
    1.27 +# Ignore markup in < >
    1.28 +markup=false
    1.29 +# Use file of user-defined typos
    1.30 +usertypo=false
    1.31 +# Defaults for use on www upload
    1.32 +web=false
    1.33 +# Verbose - list everything
    1.34 +verbose=false