a highly automated and intuitive digital audio workstation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
336 B

# SPDX-FileCopyrightText: © 2021 Alexandros Theodotou
# SPDX-License-Identifier: FSFAP
---
# use '-' to disable checks
Checks: '-llvm-include-order,-clang-diagnostic-unused-parameter'
WarningsAsErrors: ''
FormatStyle: none
CheckOptions:
- key: cert-dcl16-c.NewSuffixes
value: 'L;LL;LU;LLU'
...