# Copyright 2020-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, -*-vararg, -altera-*, -bugprone-assignment-in-if-condition, -bugprone-easily-swappable-parameters, -bugprone-macro-parentheses, -bugprone-suspicious-realloc-usage, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-*, -modernize-macro-to-enum, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' - key: readability-uppercase-literal-suffix.NewSuffixes value: 'L;U;UL;ULL' FormatStyle: file HeaderFilterRegex: '.*/lilv/[^/]+.h' WarningsAsErrors: '*'