update clang-tidy, i don't want to align my structs manually
This commit is contained in:
parent
2cee8d2120
commit
828e6d18b4
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user