add a .clang-format file (#9154)
This commit is contained in:
@@ -56,11 +56,7 @@
|
||||
|
||||
#define INPUTBROKER_MATRIX_TYPE 1
|
||||
|
||||
#define KEYS_COLS \
|
||||
{ \
|
||||
44, 47, 17, 15, 13, 41 \
|
||||
}
|
||||
#define KEYS_ROWS \
|
||||
{ \
|
||||
12, 16, 42, 18, 14, 7 \
|
||||
}
|
||||
#define KEYS_COLS \
|
||||
{ 44, 47, 17, 15, 13, 41 }
|
||||
#define KEYS_ROWS \
|
||||
{ 12, 16, 42, 18, 14, 7 }
|
||||
Reference in New Issue
Block a user