[HACKERS] Perl coding style in postgresql

2009-05-01 Thread Laurent Laborde
Friendly greetings (again) ! I'm planning to patch all perl file in the postgresql source tree. But i can't find any rules other than : set tabstop=4 shiftwidth=4 noexpandtab It could be nice to define the perl coding style of postgresql somewhere on a wiki. Here is a few questions : - What is

Re: [HACKERS] Perl coding style in postgresql

2009-05-01 Thread Andrew Dunstan
Laurent Laborde wrote: Friendly greetings (again) ! I'm planning to patch all perl file in the postgresql source tree. But i can't find any rules other than : set tabstop=4 shiftwidth=4 noexpandtab As I posted elsewhere, use perltidy http://perltidy.sourceforge.net/ to format the code