Skip to content

Commit

Permalink
Run clang-format across the code. Big reformat.
Browse files Browse the repository at this point in the history
Bump version to 1.9.8.
  • Loading branch information
David Parrish committed Sep 16, 2018
1 parent 0425ec2 commit 33ce4fe
Show file tree
Hide file tree
Showing 5 changed files with 1,811 additions and 2,254 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BasedOnStyle: Google
IndentWidth: 2
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PREFIX = /usr/local

MAJOR = 1
MINOR = 9
REVISION = 7
REVISION = 8
LIB = libcli.so
LIB_STATIC = libcli.a

Expand Down
Loading

0 comments on commit 33ce4fe

Please sign in to comment.