Re: Tabs or Spaces

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Tabs or Spaces
Дата
Msg-id 459D27AC.4020008@dunslane.net
обсуждение исходный текст
Ответ на Re: Tabs or Spaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Tabs or Spaces  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
>   
>> Minor request for clarification:
>> I read in the Developer's FAQ that tabs should be interpreted as 4
>> spaces. ...and also that pgindent replaces tabs as spaces.
>>     
>
> No, it does the opposite (or I would hope so anyway).
>
>   

Sure looks that way in the code. In fact it detabifies and then 
retabifies, from what I can see.

cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] wal_checksum = on (default) | off
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Odd numeric->float4/8 casting behaviour