diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-06-23 17:50:15 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-06-23 17:50:15 +0900 |
commit | 45c66cc358c251fa316d993ec251982486530760 (patch) | |
tree | 7bf84208233272fc97286361f1f6c75d76b16e64 /.clang-format | |
parent | c77e79bcd5d854c45b50fa14514df5e701d0e62c (diff) | |
download | libquotient-45c66cc358c251fa316d993ec251982486530760.tar.gz libquotient-45c66cc358c251fa316d993ec251982486530760.zip |
.clang-format: Skip on CommentPragmas
We do want doc-comments to be formatted as well.
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index d0cee866..9bb23403 100644 --- a/.clang-format +++ b/.clang-format @@ -59,7 +59,7 @@ BreakInheritanceList: BeforeColon #BreakConstructorInitializers: BeforeComma #BreakStringLiterals: true ColumnLimit: 80 -CommentPragmas: '^!|^:' +#CommentPragmas: '^!|^:' CompactNamespaces: false #ConstructorInitializerAllOnOneLineOrOnePerLine: false #ConstructorInitializerIndentWidth: 4 |