1
0
Fork 0

update clang-tidy, i don't want to align my structs manually

This commit is contained in:
tastytea 2022-06-15 02:02:23 +02:00
parent 2cee8d2120
commit 828e6d18b4
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ Checks: '*,
-cert-*-c,
-abseil-string-find-*,
-altera-unroll-loops,
-altera-id-dependent-backward-branch'
-altera-id-dependent-backward-branch,
-altera-struct-pack-align'
FormatStyle: file # Use .clang-format.
CheckOptions: # ↓ Clashes with static private member prefix. (static int _var;) ↓
- { key: readability-identifier-naming.VariableCase, value: lower_case }