From 6a29160cfae480fa6f8c472e587138df0f52aff3 Mon Sep 17 00:00:00 2001 From: Niclas Haderer Date: Mon, 23 Dec 2024 14:56:17 +0100 Subject: [PATCH] Created symbolk for clang format/tidy configs so the IDE and `make format` picks up on the correct formatting rules --- .clang-format | 1 + .clang-tidy | 1 + 2 files changed, 2 insertions(+) create mode 120000 .clang-format create mode 120000 .clang-tidy diff --git a/.clang-format b/.clang-format new file mode 120000 index 0000000..9a13bb6 --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +duckdb/.clang-format \ No newline at end of file diff --git a/.clang-tidy b/.clang-tidy new file mode 120000 index 0000000..b438d44 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1 @@ +duckdb/.clang-tidy \ No newline at end of file