From 0d8da497006f4e1ebc07a4a712d904d1ba7182d4 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Sat, 15 Feb 2020 14:48:12 +0100 Subject: [PATCH] Move the .clang-tidy config files to project dir This enables the easy usage as build target and from IDE's --- scripts/.clang-tidy => .clang-tidy | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/.clang-tidy => .clang-tidy (100%) diff --git a/scripts/.clang-tidy b/.clang-tidy similarity index 100% rename from scripts/.clang-tidy rename to .clang-tidy