Re: pgindent run?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hiroshi Inoue <Inoue@tpf.co.jp>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, Alfred Perlstein <bright@wintelcom.net>, The Hermit Hacker <scrappy@hub.org>, Peter Eisentraut <peter_e@gmx.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2001-03-23T00:38:47Z
Lists: pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes: > Please tell me how to prevent pgindent from changing > comments. Put dashes at the start and end of the comment block, eg /*---------- * comment here *---------- */ I'm not sure exactly how many dashes are needed --- I usually use ten as shown above. regards, tom lane