aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-22 15:25:59 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-22 15:25:59 +0100
commit86635f9686826c2857ad749bad5e982876928d84 (patch)
treec1e8a614b5a758b2a2e3d57f121023c030f55f4e /.clang-tidy
parentb4ff67c8a9bebd99eb3c06ea141fe0f1b8feb5a4 (diff)
downloadteachos-86635f9686826c2857ad749bad5e982876928d84.tar.xz
teachos-86635f9686826c2857ad749bad5e982876928d84.zip
chore: ensure headers are linted
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 6b3bfd9..e802dbd 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -64,3 +64,7 @@ CheckOptions:
readability-magic-numbers.IgnorePowersOf2IntegerValues: true
readability-magic-numbers.IgnoreBitFieldsWidths: true
readability-magic-numbers.IgnoreTypeAliases: true
+
+FormatStyle: file
+HeaderFilterRegex: '(.*/kstd/.*)|.*\.hpp'
+SystemHeaders: true \ No newline at end of file