From 00456f395e50b43a9f26ff1479b9ef8b06a4d219 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Dec 2020 22:07:41 +0100 Subject: Add rerex from git@gitlab.com:drobilla/rerex 2420851 --- subprojects/rerex/.clang-tidy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 subprojects/rerex/.clang-tidy (limited to 'subprojects/rerex/.clang-tidy') diff --git a/subprojects/rerex/.clang-tidy b/subprojects/rerex/.clang-tidy new file mode 100644 index 00000000..3a0d4d70 --- /dev/null +++ b/subprojects/rerex/.clang-tidy @@ -0,0 +1,6 @@ +Checks: > + *, + -llvmlibc*, +WarningsAsErrors: '*' +HeaderFilterRegex: '.*' +FormatStyle: file -- cgit v1.2.1