From 2bd8e2c5adeee555edff0ab689a9513d1fb21174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 31 May 2019 19:43:54 +0200 Subject: [PATCH] Remove comment pragmas We don't have special types of comments so far --- .clang-format | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.clang-format b/.clang-format index 4a84d642..61441ef6 100644 --- a/.clang-format +++ b/.clang-format @@ -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