Commit graph

4 commits

Author SHA1 Message Date
Ray Strode
cd809faf9d scripts: Update uncrustify config
It looks like I forgot to merge the latest uncrustify config last
time I did an uncrustify run.

This commit puts it in place.
2022-08-01 14:32:08 +00:00
Ray Strode
36f451f4f1 script: Enforce separate lines for function parameters
The moment it's possible to sneak in functions like:

static void
foo (int param1, int param2)
{
}

when the style requires parameters on separate lines.

This updates the uncrustify config to account for that.
2022-04-04 15:44:20 -04:00
Ray Strode
5e55bdb33e scripts: change out uncrustify config
I'm going to be updating the coding style of plymouth, so
this is the new uncrustify config.
2014-05-20 15:16:47 -04:00
Ray Strode
b4aa90f11c add my scripts directory to git 2007-06-08 12:13:45 -04:00