Add ClangFormat exceptions

This commit is contained in:
Louis-Bertrand Varin
2018-02-21 21:27:55 -05:00
parent 0b6eb3b30e
commit 3eb917055e
10 changed files with 37 additions and 17 deletions

View File

@@ -110,6 +110,7 @@ void TestKeys::testFileKey()
QCOMPARE(db->metadata()->name(), QString("%1 Database").arg(name));
}
// clang-format off
void TestKeys::testFileKey_data()
{
QTest::addColumn<FileKey::Type>("type");
@@ -120,6 +121,7 @@ void TestKeys::testFileKey_data()
QTest::newRow("Hex") << FileKey::FixedBinaryHex << QString("Hex");
QTest::newRow("Hashed") << FileKey::Hashed << QString("Hashed");
}
// clang-format on
void TestKeys::testCreateFileKey()
{