We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01be946 commit 20dcbfcCopy full SHA for 20dcbfc
CPP_STYLE_GUIDE.md
@@ -8,7 +8,7 @@
8
* [4 spaces of indentation for statement continuations](#4-spaces-of-indentation-for-statement-continuations)
9
* [Align function arguments vertically](#align-function-arguments-vertically)
10
* [Initialization lists](#initialization-lists)
11
- * [CamelCase for methods, functions and classes](#camelcase-for-methods-functions-and-classes)
+ * [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes)
12
* [snake\_case for local variables and parameters](#snake_case-for-local-variables-and-parameters)
13
* [snake\_case\_ for private class fields](#snake_case_-for-private-class-fields)
14
* [Space after `template`](#space-after-template)
0 commit comments