Inconsistent indentation in keyboard.c (at least)
some structs are indented by 4 spaces, others by tabs, same goes for some of the functions (append()
: tabs, keyboard_handle_key()
: spaces). dbg()
is mixed spaces and tabs so is get_current_layout()
.
Having consistent indentation is a prerequisite to not drive off contributors in frustration ;-)