mirror of https://github.com/znc/znc
Mirror of the official znc repository
https://znc.in
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
14 lines
290 B
--- |
|
BasedOnStyle: Google |
|
Standard: Cpp11 |
|
|
|
IndentWidth: 4 |
|
TabWidth: 4 |
|
AccessModifierOffset: -2 |
|
|
|
DerivePointerAlignment: false |
|
PointerAlignment: Left |
|
|
|
# Prevent breaking doxygen, as clang-format doesn't support reflowing of doxygen comments yet (as of 3.5.0). |
|
CommentPragmas: '^\*|^/|^!' |
|
...
|
|
|