From ca6a4ff82b213fe65a7fb1d30670bd473138f8d7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Sep 2006 00:12:20 +0000 Subject: HTLM cleanup. --- doc/src/FAQ/FAQ_DEV.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index d68bf48041f..1558b35d90c 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Sep 6 20:08:24 EDT 2006

+

Last updated: Wed Sep 6 20:12:13 EDT 2006

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -370,15 +370,15 @@ less: less -x4 -

The tools/editors directory of the latest sources contains sample - settings that can be used with the emacs, xemacs and vim - editors, that assist in keeping to PostgreSQL coding standards. -

-
- pgindent will the format code by specifying flags to your +

The tools/editors directory of the latest sources contains sample + settings that can be used with the emacs, xemacs and + vim editors, that assist in keeping to PostgreSQL coding standards. +

+ +

pgindent will the format code by specifying flags to your operating system's utility indent. This article - describes the value of a consistent coding style. + describes the value of a consistent coding style.

pgindent is run on all source files just before each beta test period. It auto-formats all source files to make them -- cgit v1.2.3