|
62 | 62 | </para>
|
63 | 63 |
|
64 | 64 | <para>
|
65 |
| - The <filename>src/tools</filename> directory contains sample settings |
| 65 | + The <filename>src/tools/editors</filename> directory contains sample settings |
66 | 66 | files that can be used with the <productname>emacs</productname>,
|
67 | 67 | <productname>xemacs</productname> or <productname>vim</productname>
|
68 | 68 | editors to help ensure that they format code according to these
|
69 | 69 | conventions.
|
70 | 70 | </para>
|
71 | 71 |
|
| 72 | + <para> |
| 73 | + If you'd like to run <application>pgindent</application> locally |
| 74 | + to help make your code match project style, see |
| 75 | + the <filename>src/tools/pgindent</filename> directory. |
| 76 | + </para> |
| 77 | + |
72 | 78 | <para>
|
73 | 79 | The text browsing tools <application>more</application> and
|
74 | 80 | <application>less</application> can be invoked as:
|
|