start using a .clang-format code style
authorMichael Wallner <mike@php.net>
Fri, 23 Oct 2020 11:05:27 +0000 (13:05 +0200)
committerMichael Wallner <mike@php.net>
Fri, 23 Oct 2020 11:05:27 +0000 (13:05 +0200)
commitfb3710011600c04359d26615be7a92df1742a3e9
treef41425c36a302fe62d7f72a8a0a460b6ea3e39b9
parent0bbdb4d274f7a2abc4383b5427c3aa600aa2f475
start using a .clang-format code style
21 files changed:
.clang-format [new file with mode: 0644]
LICENSE.HEADER [new file with mode: 0644]
scripts/fix-license-header.sh [new file with mode: 0755]
src/libmemcached/get.cc
test/fixtures/callbacks.hpp
test/fixtures/hashes.hpp
test/fixtures/ketama.hpp
test/fixtures/parser.hpp
test/lib/Cluster.hpp
test/lib/Connection.hpp
test/lib/ForkAndExec.hpp
test/lib/MemcachedCluster.hpp
test/lib/Retry.hpp
test/lib/ReturnMatcher.hpp
test/lib/Server.hpp
test/lib/Shell.hpp
test/lib/common.hpp
test/lib/env.hpp
test/lib/random.hpp
test/main.cpp
test/setup.hpp