reran clang-format

This commit is contained in:
Maarten van Gompel
2022-06-13 23:04:54 +02:00
parent 88bbdb0c64
commit 94ca075563
3 changed files with 17 additions and 16 deletions

View File

@ -24,8 +24,8 @@ struct clr_scheme scheme1 = {
/* layers is an ordered list of layouts, used to cycle through */
static enum layout_id layers[] = {
Full, // First layout is the default layout on startup
Special, Emoji, Simple, SimpleGrid, Nav,
Dialer, Cyrillic, Arabic, Persian, Greek, Georgian,
Special, Emoji, Simple, SimpleGrid, Nav, Dialer,
Cyrillic, Arabic, Persian, Greek, Georgian,
NumLayouts // signals the last item, may not be omitted
};