]> git.mdlowis.com Git - proto/labwc.git/commit
Apply coding std to <mouse> code & add .clang-format
authoralexander bryan <abryancs@gmail.com>
Tue, 31 Aug 2021 21:43:49 +0000 (17:43 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 1 Sep 2021 06:05:37 +0000 (07:05 +0100)
commit1ac654f006ef3f73c05d7823ba9df828a9bf3cc7
tree74ed2f496947424632dd0fb6a1d2d8112790cd05
parent10a685a0e4c12d2cd40d931e7ba92c9f5f26abb2
Apply coding std to <mouse> code & add .clang-format

The files:
    include/config/mousebind.h
    src/config/mousebind.c
    src/config/rc.xml
were formatted automatically via clang-format using the rules specified
in the .clang-format file. Specifically, the command;
clang-format -i -style=file include/config/mousebind.h \
src/config/mousebind.c src/config/rc.xml

This is unfortunately adding a break before the brace in enum
declarations
.clang-format [new file with mode: 0644]
include/config/mousebind.h
src/config/mousebind.c
src/config/rcxml.c