mirror of
https://github.com/Alexays/Waybar.git
synced 2025-10-29 11:37:21 +00:00
clang-tidy: added StaticConstantCase CheckOption
This commit is contained in:
parent
5f8ae44233
commit
8a84cb609e
@ -26,3 +26,4 @@ CheckOptions:
|
||||
- { key: readability-identifier-naming.EnumCase, value: CamelCase }
|
||||
- { key: readability-identifier-naming.EnumConstantCase, value: UPPER_CASE }
|
||||
- { key: readability-identifier-naming.GlobalConstantCase, value: UPPER_CASE }
|
||||
- { key: readability-identifier-naming.StaticConstantCase, value: UPPER_CASE }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user