Commit graph

4 commits

Author SHA1 Message Date
James R
6e79e0b92e clang-format: really avoid return type alone on line
Should fix some instances of very long lines doing the
following:

    void
    fn( ...really long parameter list... )
2023-02-10 07:17:38 -08:00
James R
730ac5e3e9 clang-format: constructor member initiailizer list breaks with trailing colon/commas
Compare before / after:

    A()               B() :
        : a(0)            a(0),
        , b(1)            b(1)
2023-02-10 07:17:31 -08:00
Eidolon
f43de07fd1 cxx: clang-format adjustments 2023-01-09 20:02:19 -06:00
Eidolon
e7c379bc8d Add srb2::io streams abstraction 2022-12-30 21:15:44 -06:00