chore: clang-format the codebase.
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
This commit is contained in:
parent
296a89ce63
commit
191a2d755a
51 changed files with 2171 additions and 2547 deletions
|
|
@ -14,8 +14,7 @@ typedef u8_t zmk_action;
|
|||
typedef u8_t zmk_mod;
|
||||
typedef u8_t zmk_mod_flags;
|
||||
|
||||
struct zmk_key_event
|
||||
{
|
||||
struct zmk_key_event {
|
||||
u32_t column;
|
||||
u32_t row;
|
||||
zmk_key key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue