We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eeef2 commit 5577cd5Copy full SHA for 5577cd5
doc/src/sgml/sources.sgml
@@ -62,13 +62,19 @@
62
</para>
63
64
<para>
65
- The <filename>src/tools</filename> directory contains sample settings
+ The <filename>src/tools/editors</filename> directory contains sample settings
66
files that can be used with the <productname>emacs</productname>,
67
<productname>xemacs</productname> or <productname>vim</productname>
68
editors to help ensure that they format code according to these
69
conventions.
70
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
+
78
79
The text browsing tools <application>more</application> and
80
<application>less</application> can be invoked as:
0 commit comments