mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 18:25:17 -05:00
Update FAQ_DEV.
This commit is contained in:
parent
6d5a9d05e0
commit
28aeb0a019
2 changed files with 4 additions and 2 deletions
|
|
@ -80,7 +80,8 @@
|
|||
glimpse.
|
||||
|
||||
make_diff has tools to create patch diff files that can be applied to
|
||||
the distribution.
|
||||
the distribution. This produces context diffs, which is our preferred
|
||||
format.
|
||||
|
||||
Our standard format is to indent each code level with one tab, where
|
||||
each tab is four spaces. You will need to set your editor to display
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@
|
|||
Others prefer <I>glimpse.</I>
|
||||
|
||||
<P><I>make_diff</I> has tools to create patch diff files that can
|
||||
be applied to the distribution.</P>
|
||||
be applied to the distribution. This produces context diffs, which
|
||||
is our preferred format.</P>
|
||||
|
||||
<P>Our standard format is to indent each code level with one tab,
|
||||
where each tab is four spaces. You will need to set your editor to
|
||||
|
|
|
|||
Loading…
Reference in a new issue