[CI] Format code according to conventions (#25820)
This commit is contained in:
parent
b321789d7b
commit
c7e17538ee
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
enum combos { modtest, osmshift, single_key };
|
||||
|
||||
uint16_t const modtest_combo[] = {KC_Y, KC_U, COMBO_END};
|
||||
uint16_t const osmshift_combo[] = {KC_Z, KC_X, COMBO_END};
|
||||
uint16_t const modtest_combo[] = {KC_Y, KC_U, COMBO_END};
|
||||
uint16_t const osmshift_combo[] = {KC_Z, KC_X, COMBO_END};
|
||||
uint16_t const single_key_combo[] = {KC_A, COMBO_END};
|
||||
|
||||
// clang-format off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue