Skip to content

Commit 1731048

Browse files
committed
Indent verbatim environments.
1 parent 50b7148 commit 1731048

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/src/sgml/stylesheet.dsl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.19 2002/01/30 21:53:40 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v 1.20 2002/06/01 20:56:00 petere Exp $ -->
22
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
33

44
<!-- must turn on one of these with -i on the jade command line -->
@@ -58,6 +58,11 @@
5858
(element symbol ($mono-seq$))
5959
(element type ($mono-seq$))
6060

61+
;; Indentation of verbatim environments
62+
(define %indent-programlisting-lines% " ")
63+
(define %indent-screen-lines% " ")
64+
(define %indent-synopsis-lines% " ")
65+
6166

6267
;; Bibliography things
6368

0 commit comments

Comments
 (0)