Conversation
f7bf696 to
603e43d
Compare
|
Oops, this didn't use normal globs, so the CI job is picking up a lot more. |
gmarull
left a comment
There was a problem hiding this comment.
I'm all in for clang-format, we just need to find the right settings and do it in a massive treewide + enforce from there on
573f0f6 to
22f6bb6
Compare
|
@gmarull I realized I was using v14, so I grabbed the latest and generated a new config with |
| .common = {.main_func = s_main, | ||
| // UUID: 1197fc39-47e7-439b-82be-f56d9ba1dbd8 | ||
| .uuid = {0x11, 0x97, 0xfc, 0x39, 0x47, 0xe7, 0x43, 0x9b, 0x82, 0xbe, 0xf5, 0x6d, | ||
| 0x9b, 0xa1, 0xdb, 0xd8}, | ||
| .process_type = ProcessTypeWatchface}, | ||
| .icon_resource_id = RESOURCE_ID_MENU_ICON_TICTOC_WATCH, | ||
| .name = "TicToc"}; |
There was a problem hiding this comment.
I'd prefer line breaks, so we have more columns available at the cost of vertical space (ie no {.name = ...)
There was a problem hiding this comment.
Think I covered this with the last push that added the linebreaks in lists, but that doesn't cover all the spacing stuff
c6a0f3f to
45ee50a
Compare
|
The failure for |
|
can you create a single commit with clang-format changes, then a 2nd that reformats? (we'll probably take the first, merge, then reformat) |
|
Sure, I just kept the other commits to make the review of what the setting change easier to roll off, if the change was making it worse. I figured you might want to take this over anyway, but happy to iterate a bit more if you want to point out any of the resulting code that still looks off. |
7291350 to
d44e748
Compare
|
@gmarull I split/squashed stuff. Did you also want me to move the CI part to it's own commit? |
dec80cd to
0f88eeb
Compare
Signed-off-by: Nick Schonning <nschonni@gmail.com>
Signed-off-by: Nick Schonning <nschonni@gmail.com>
902bf00 to
6c9904a
Compare
|
I ignored the |
|
+1 from my side, @jplexer |
|
i guess gotta rebase again (lmao) but sure lets do it |
|
Closing in favour of #2085 |
Was curious after changing a minor one, but it didn't really uncover much.