Commit 08acbc4f authored by Paul Schütze's avatar Paul Schütze
Browse files

Merge branch 'noformat_3rdparty' into 'master'

Exclude 3rdparty from Linting & Formatting

See merge request allpix-squared/allpix-squared!764
parents f38c32d7 b97427ca
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'
...