Re: [HACKERS] Running pgindent

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [HACKERS] Running pgindent
Дата
Msg-id Pine.LNX.3.95.980225064308.12370A-100000@maidast
обсуждение исходный текст
Ответ на Re: [HACKERS] Running pgindent  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Running pgindent\  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 24 Feb 1998, Bruce Momjian wrote:

> OK, I have changed pgindent to reflect the new structure names, and have
> made your requested changes.  For #1, if the line began with an alpha,
> and ends with a *, I remove tabs/spaces before the * and make it only
> one space.  Let me know how you like the changes.
>
> I have not run it on the source yet because people are still holding
> patches.

Bruce, do you run pgindent on the java sources aswell?

If you do, a couple of points:

    /* */ are as in C
    /**   same as /* but also marks the start of a comment (can be
          html) that javadoc will place in documentation.
    //    Single line comment

You may want to check that it doesn't mangle the last two.

--
Peter T Mount  petermount@earthling.net or pmount@maidast.demon.co.uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] Snapshot has not compiled in a couple of days
Следующее
От: Zeugswetter Andreas SARZ
Дата:
Сообщение: Re: [HACKERS] Using the -u switch for diff in regress.sh