File: xmlformat.conf

package info (click to toggle)
postgis 2.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 75,792 kB
  • sloc: ansic: 139,314; sql: 136,281; xml: 48,954; sh: 4,906; perl: 4,509; makefile: 2,897; python: 1,198; yacc: 441; cpp: 305; lex: 132
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