Remove comment pragmas

We don't have special types of comments so far
This commit is contained in:
Luis Ángel San Martín 2019-05-31 19:43:54 +02:00
parent 824b4878a4
commit 2bd8e2c5ad

View File

@ -4,10 +4,6 @@ Standard: Cpp11
ColumnLimit: 0
# Disable reflow of qdoc comments: indentation rules are different.
# Translation comments are also excluded.
CommentPragmas: "^!|^:"
# We want a space between the type and the star for pointer types.
PointerBindsToType: false