]> jfr.im git - irc/evilnet/znc.git/blob - .clang-format
Swap sasl plain args
[irc/evilnet/znc.git] / .clang-format
1 ---
2 BasedOnStyle: Google
3 Standard: Cpp11
4
5 IndentWidth: 4
6 TabWidth: 4
7 AccessModifierOffset: -2
8
9 DerivePointerAlignment: false
10 PointerAlignment: Left
11
12 # Prevent breaking doxygen, as clang-format doesn't support reflowing of doxygen comments yet (as of 3.5.0).
13 CommentPragmas: '^\*|^/|^!'
14 ...