tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4e439cd4010c7a6e511470a84ebf1ca830305fb3
parent 2e88ba985ded9c3e72c60e426c96469c6cde804f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sun, 17 Jun 2018 19:24:58 -0400

Merge remote-tracking branch 'juga/editorconfig'

Diffstat:
Mdoc/HACKING/CodingStandards.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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