Add a new "autostyle" make target to run all of our reformatting

Closes ticket 30539.
This commit is contained in:
Nick Mathewson
2019-05-20 12:08:30 -04:00
parent 66eb0a5a32
commit e2d3d44496
2 changed files with 30 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (maintenance):
- Add a new "make autostyle" target that developers can use to
apply all automatic Tor style and consistency conversions to the
codebase. Closes ticket 30539.