]> git.sur5r.net Git - i3/i3/commit
format **/*.c with clang-format-3.5
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 15 Jun 2014 17:07:02 +0000 (19:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 15 Jun 2014 17:07:02 +0000 (19:07 +0200)
commit92000942039fa99d7334ca5099b467b0d3d17792
tree22d906a776f6fdf08feccf81220c57e9a1be6863
parent4d937b7dbb4046ae28da51349f7885dac5416618
format **/*.c with clang-format-3.5

This has multiple effects:

1) The i3 codebase is now consistently formatted. clang-format uncovered
   plenty of places where inconsistent code made it into our code base.

2) When writing code, you don’t need to think or worry about our coding
   style. Write it in yours, then run clang-format-3.5

3) When submitting patches, we don’t need to argue about coding style.

The basic idea is that we don’t want to care about _how_ we write the
code, but _what_ it does :). The coding style that we use is defined in
the .clang-format config file and is based on the google style, but
adapted in such a way that the number of modifications to the i3 code
base is minimal.
65 files changed:
i3-config-wizard/main.c
i3-dump-log/main.c
i3-input/keysym2ucs.c
i3-input/main.c
i3-msg/main.c
i3-nagbar/main.c
i3bar/src/child.c
i3bar/src/config.c
i3bar/src/ipc.c
i3bar/src/main.c
i3bar/src/mode.c
i3bar/src/outputs.c
i3bar/src/parse_json_header.c
i3bar/src/workspaces.c
i3bar/src/xcb.c
libi3/dpi.c
libi3/fake_configure_notify.c
libi3/font.c
libi3/get_exe_path.c
libi3/get_mod_mask.c
libi3/ipc_connect.c
libi3/ipc_send_message.c
libi3/root_atom_contents.c
libi3/ucs2_conversion.c
src/assignments.c
src/bindings.c
src/click.c
src/commands.c
src/commands_parser.c
src/con.c
src/config.c
src/config_directives.c
src/config_parser.c
src/debug.c
src/display_version.c
src/ewmh.c
src/fake_outputs.c
src/floating.c
src/handlers.c
src/ipc.c
src/load_layout.c
src/log.c
src/main.c
src/manage.c
src/match.c
src/move.c
src/output.c
src/randr.c
src/render.c
src/resize.c
src/restore_layout.c
src/scratchpad.c
src/sd-daemon.c
src/sighandler.c
src/startup.c
src/tree.c
src/util.c
src/window.c
src/workspace.c
src/x.c
src/xcb.c
src/xcursor.c
src/xinerama.c
tests/swap.c
tests/test_table.c