We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68978c4 commit 0d88ee8Copy full SHA for 0d88ee8
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