# Copyright 2020-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC Checks: > *, -*-magic-numbers, -altera*, -bugprone-assignment-in-if-condition, -bugprone-switch-missing-default-case, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, -llvmlibc-*, -misc-include-cleaner, -readability-identifier-length, CheckOptions: - key: hicpp-uppercase-literal-suffix.NewSuffixes value: L;U;f - key: readability-uppercase-literal-suffix.NewSuffixes value: L;U;f FormatStyle: file HeaderFilterRegex: 'pugl/.*'