Commit 777db43b authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Exclude 3rdparty from Linting & Formatting

(cherry picked from commit b97427ca)
parent b9c43416
Loading
Loading
Loading
Loading

3rdparty/.clang-format

0 → 100644
+7 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

---
DisableFormat: true
SortIncludes: false
...

3rdparty/.clang-tidy

0 → 100644
+6 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 CERN and the Allpix Squared authors
# SPDX-License-Identifier: CC0-1.0

---
Checks: '-*,llvm-twine-local'
...