Skip to content
Snippets Groups Projects
Commit 89ff1995 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Set function case to CamelCase

parent 1fe6aa99
No related branches found
No related tags found
1 merge request!5Wrong formatting settings clang-tidy in C++ template project
Pipeline #46583 passed
......@@ -6,11 +6,11 @@ CheckOptions:
value: CamelCase
- key: readability-identifier-naming.UnionCase
value: CamelCase
# Within ASTRON no specific casing is used. Feel free to adjust
# following casings to camelBack for existing projects or
# personal/team preferences.
# Within ASTRON no specific casing is used. We suggest to use
# these settings, but feel free to adjust following casings
# for existing projects or personal/team preferences.
- key: readability-identifier-naming.FunctionCase
value: lower_case
value: CamelCase
- key: readability-identifier-naming.MemberCase
value: lower_case
- key: readability-identifier-naming.ParameterCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment