mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-07 22:05:19 -05:00
chore: clang-format the codebase.
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user