Home | History | Annotate | Download | only in docs

Lines Matching full:formatting

17 While this document may provide guidance for some mechanical formatting issues,
197 formatting rules below. Instead, we adopt the formatting rules enforced by
215 Source Code Formatting
296 Comment Formatting
508 Just do it. With the introduction of C++11, there are some new formatting
510 and tool-friendly formatting and indentation.
515 When formatting a multi-line lambda, format it like a block of code, that's
531 To take best advantage of this formatting, if you are designing an API which
566 The historically common formatting of braced initialization of aggregate
569 formatting braced initialization lists: act as-if the braces were parentheses
570 in a function call. The formatting rules exactly match those already well
571 understood for formatting nested function calls. Examples:
582 This formatting scheme also makes it particularly easy to get predictable,
583 consistent, and automatic formatting with tools like `Clang Format`_.
1440 This section describes preferred low-level formatting guidelines along with