mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
af811748e7
This commit hopefully improves the formatting of the codebase by setting ColumnLimit to 0 and hence stopping clang-format from trying to put as much stuff in one line as possible. This change enabled us to remove most of `clang-format off` directives and fixed a bunch of lines that looked like this: ```c #define KEY \ VALUE /* comment */ ``` Additionally, one pair of `clang-format off` / `clang-format on` had `clang-format off` as the second comment and hence didn't enable the formatting for the rest of the file. This commit addresses this issue as well. Please tell me if anything in the changes seem off. If everything is fine, I will add this commit to `.git-blame-ignore-revs` later. --------- Signed-off-by: Mikhail Koviazin <mikhail.koviazin@aiven.io> |
||
---|---|---|
.. | ||
create-cluster | ||
graphs/commits-over-time | ||
hyperloglog | ||
lru | ||
releasetools | ||
req-res-validator | ||
srandmember | ||
build-static-symbols.tcl | ||
corrupt_rdb.c | ||
gen-test-certs.sh | ||
generate-command-code.py | ||
generate-commands-json.py | ||
generate-fmtargs.py | ||
generate-module-api-doc.rb | ||
generate-unit-test-header.py | ||
install_server.sh | ||
module-api-since.rb | ||
redis-copy.rb | ||
redis-sha1.rb | ||
reply_schema_linter.js | ||
req-res-log-validator.py | ||
speed-regression.tcl | ||
systemd-valkey_multiple_servers@.service | ||
systemd-valkey_server.service | ||
tracking_collisions.c | ||
valkey_init_script | ||
valkey_init_script.tpl | ||
whatisdoing.sh |