<div dir="ltr">Dear all,<div><br></div><div>I'm trying to set up clang-tidy's readability-identifier-naming for a project but the docs of clang-tidy are in general very scarce (a couple of example .clang-tidy files would definitely help). </div><div><br></div><div>In particular I cannot figure out how to set up the "CaseType" option of the readability-identifier-naming check. Any Ideas? I've tried </div><div><br></div><div><div>CheckOptions:    </div><div>  - key:             readability-identifier-naming.CaseType</div><div>    value:           'lower_case'</div><div><br></div><div>without any luck.</div><br>I've also tried to dump the config using "-dump-config" to see all the knobs clang-tidy has but after a couple of lines I get "..." which I guess means that the rest of the options are not shown maybe because the list is too long. Is there a way to get all the options of all the checks clang-tidy has?<br><br>Best regards,<br>Gonzalo</div></div>