mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
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
|
||
|---|---|---|
| .. | ||
| common | ||
| config | ||
| menu | ||
| xbm | ||
| labwc.h | ||
| layers.h | ||
| meson.build | ||
| ssd.h | ||
| theme.h | ||