]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add explanation about editorconf in coding standards
authorjuga0 <juga@riseup.net>
Mon, 11 Jun 2018 21:29:40 +0000 (21:29 +0000)
committerjuga0 <juga@riseup.net>
Mon, 11 Jun 2018 21:29:40 +0000 (21:29 +0000)
so that developers know what is .editorconfig for.

doc/HACKING/CodingStandards.md

index 3711f70198b75b65def34e35336c62f225d928ce..4a8f13716bb3be5cbf249baff5533f6476e5be8a 100644 (file)
@@ -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