diff options
author | Tom Lane | 2021-09-20 14:48:02 +0000 |
---|---|---|
committer | Tom Lane | 2021-09-20 14:48:02 +0000 |
commit | 5577cd571ad3528471152f68636ac03c80576977 (patch) | |
tree | 025c5f529c3ae6623b30fc0ec1bca105533acdb4 | |
parent | c9eeef2a15c02ff7dd2bf3251dbee925b050fc0f (diff) |
Doc: minor improvements for "Formatting" section.
Add more-specific links into the source tree.
-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> |