Commit fef99d6c authored by Luca Boccassi's avatar Luca Boccassi

Problem: tweetnacl is external code and clang-format parses it

Solution: add pragma to make clang-format ignore the external code
parent 4726f726
......@@ -44,6 +44,8 @@
# pragma warning (disable:4018 4244 4146)
#endif
// clang-format off
#include "tweetnacl.h"
#define FOR(i,n) for (i = 0;i < n;++i)
......@@ -986,3 +988,4 @@ int sodium_init (void)
#endif
#endif
// clang-format on
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment