diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy new file mode 100644 index 0000000..0a4ae44 --- /dev/null +++ b/.clang-tidy @@ -0,0 +1,11 @@ +Checks: > + *, + -*-magic-numbers, + -*-uppercase-literal-suffix, + -altera*, + -clang-diagnostic-unused-function, + -clang-diagnostic-unused-macros, + -llvmlibc-*, + -readability-identifier-length, +FormatStyle: file +HeaderFilterRegex: 'pugl/.*' |