File: xmlformat.conf

package info (click to toggle)
postgis 3.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,528 kB
  • sloc: ansic: 162,229; sql: 93,970; xml: 53,139; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,435; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (43 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file is the configuration file for xmlformat, an xml pretty printer
# that would enable a consistent style convention for the PostGIS documentation.
# 
# xmlformat is free software available for download here:
#   http://www.kitebird.com/software/xmlformat/docs/xmlformat/index.html
#
# Prerequisites:
#   1. Store the location of this file in enviro variable XMLFORMAT_CONF
#   2. or store this file in your working directory
#   3. or specify this file using the -f flag
#
# Usage: 
#   xmlformatter --help
#   xmlformatter -i installation.xml
# 

*DEFAULT
  element-break = 2
  subindent = 2
  wrap-length = 80

code, command, emphasis, filename, function, imagedata, parameter, term, type, varname, xref
  format inline

funcprototype
  element-break = 1

funcdef, paramdef, refname, imageobject
  normalize = yes
  entry-break = 0
  element-break = 0
  exit-break = 0

programlisting
  entry-break = 0

para, refpurpose
  normalize = yes
  element-break = 1

ulink, varlistentry
  normalize = yes
  element-break = 1