File: wrap2.conf

package info (click to toggle)
xmlformat 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,012 kB
  • sloc: xml: 2,289; perl: 996; ruby: 831; makefile: 109; sh: 65
file content (23 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Two types of paragraphs.

# Both are listed as line-wrapped, but one is normalized and the other
# is not.
# - This tests the behavior that line-wrapping should be ignored
#   in non-normalized paragraphs.
# - It also tests that no extra break should be added around
#   non-normalized text.

*DEFAULT
    format          block
    entry-break     1
    element-break   1
    exit-break      1
    subindent       0

para-with-wrap
    normalize       yes
    wrap-length     60

para-without-wrap
    normalize       no
    wrap-length     60