diff options
-rw-r--r-- | doc/src/sgml/sources.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index e6ae02f2af7..1b77efb0879 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -62,7 +62,7 @@ </para> <para> - The <filename>src/tools</filename> directory contains sample settings + The <filename>src/tools/editors</filename> directory contains sample settings files that can be used with the <productname>emacs</productname>, <productname>xemacs</productname> or <productname>vim</productname> editors to help ensure that they format code according to these @@ -70,6 +70,12 @@ </para> <para> + If you'd like to run <application>pgindent</application> locally + to help make your code match project style, see + the <filename>src/tools/pgindent</filename> directory. + </para> + + <para> The text browsing tools <application>more</application> and <application>less</application> can be invoked as: <programlisting> |