diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-22 15:25:59 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-22 15:25:59 +0100 |
| commit | 86635f9686826c2857ad749bad5e982876928d84 (patch) | |
| tree | c1e8a614b5a758b2a2e3d57f121023c030f55f4e /.clang-tidy | |
| parent | b4ff67c8a9bebd99eb3c06ea141fe0f1b8feb5a4 (diff) | |
| download | teachos-86635f9686826c2857ad749bad5e982876928d84.tar.xz teachos-86635f9686826c2857ad749bad5e982876928d84.zip | |
chore: ensure headers are linted
Diffstat (limited to '.clang-tidy')
| -rw-r--r-- | .clang-tidy | 4 |
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 |
