summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-17 19:24:58 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-17 19:24:58 -0400
commit4e439cd4010c7a6e511470a84ebf1ca830305fb3 (patch)
tree9e1fa0a3cbe130d50dd7db48927a3f2c853e2db1
parent2e88ba985ded9c3e72c60e426c96469c6cde804f (diff)
parentcc09ff253e2516ea3bc4bdd7fa8c6052b36900e6 (diff)
downloadtor-4e439cd4010c7a6e511470a84ebf1ca830305fb3.tar.gz
tor-4e439cd4010c7a6e511470a84ebf1ca830305fb3.zip
Merge remote-tracking branch 'juga/editorconfig'
-rw-r--r--doc/HACKING/CodingStandards.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HACKING/CodingStandards.md b/doc/HACKING/CodingStandards.md
index 3711f70198..4a8f13716b 100644
--- a/doc/HACKING/CodingStandards.md
+++ b/doc/HACKING/CodingStandards.md
@@ -185,6 +185,9 @@ deviations from our C whitespace style. Generally, we use:
`puts (x)`.
- Function declarations at the start of the line.
+If you use an editor that has plugins for editorconfig.org, the file
+`.editorconfig` will help you to conform this coding style.
+
We try hard to build without warnings everywhere. In particular, if
you're using gcc, you should invoke the configure script with the
option `--enable-fatal-warnings`. This will tell the compiler