]> git.sur5r.net Git - i3/i3/commit
switch to clang-format-3.8 (#2547)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Tue, 8 Nov 2016 21:46:43 +0000 (13:46 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2016 21:46:43 +0000 (13:46 -0800)
commitfff3f79da9a87a1f790c6328f6615422f2b69b47
tree05b3c69026837daedd5894efdf086fbfb88c787a
parent4ccac59932f2ca3ebc9ba30fb0bc0aa8aac0d630
switch to clang-format-3.8 (#2547)

https://llvm.org/bugs/show_bug.cgi?id=30353 was filed for the unintended
line break between in e.g. “TAILQ_ENTRY(foo)\nbar;”.

Until that’s fixed or a workaround is known, we’ll live with line
breaks. To make it a bit easier for readers to see what’s going on, I
added extra line breaks around each such struct member/variable
definition, so that they at least visually are a single unit.

fixes #2174
24 files changed:
.clang-format
i3-input/keysym2ucs.c
i3bar/include/common.h
i3bar/include/configuration.h
i3bar/include/outputs.h
i3bar/include/trayclients.h
i3bar/include/workspaces.h
include/configuration.h
include/data.h
include/ipc.h
include/queue.h
src/commands.c
src/con.c
src/config_parser.c
src/ipc.c
src/load_layout.c
src/match.c
src/restore_layout.c
src/x.c
travis/check-formatting.sh
travis/travis-base-386.Dockerfile
travis/travis-base-ubuntu-386.Dockerfile
travis/travis-base-ubuntu.Dockerfile
travis/travis-base.Dockerfile