aboutsummaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r--include/.clang-tidy8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
new file mode 100644
index 0000000..ccf7b3c
--- /dev/null
+++ b/include/.clang-tidy
@@ -0,0 +1,8 @@
+Checks: >
+ *,
+ -*-magic-numbers,
+ -*-uppercase-literal-suffix,
+ -clang-diagnostic-unused-function,
+ -clang-diagnostic-unused-macros,
+FormatStyle: file
+HeaderFilterRegex: 'pugl/.*'