Complete
Some checks failed
CI / build-linux-and-wasm (x64-linux) (push) Has been cancelled

This commit is contained in:
2026-01-22 21:45:17 +05:30
parent 3ad1e3a2fb
commit 6acc2cb45d
14 changed files with 690 additions and 342 deletions

View File

@ -46,6 +46,8 @@ CheckOptions:
# Public struct members (like a Rust struct) -> x, y, width
- key: readability-identifier-naming.PublicMemberCase
value: lower_case
- key: readability-identifier-naming.StructMemberIgnoredRegexp
value: ^_[a-z0-9_]*$
# Private/Protected class members -> m_parser, m_count
- key: readability-identifier-naming.PrivateMemberCase