Lines Matching defs:Formatting
52 ## Formatting section in C++ style guide
59 ### Left-leaning (C++ style) asterisks for pointer declarations
63 ### C++ style comments
83 ### 2 spaces of indentation for blocks or bodies of conditionals
103 ### 4 spaces of indentation for statement continuations
112 ### Align function arguments vertically
128 ### Initialization lists
142 ### CamelCase for methods, functions, and classes
158 ### `snake_case` for local variables and parameters
166 ### `snake_case_` for private class fields
175 ### `snake_case` for C-like structs
185 ### Space after `template`