Home | History | Annotate | Download | only in docs

Lines Matching full:style

7 as some basic style discussions.
25 tooling::Replacements reformat(const FormatStyle &Style, Lexer &Lex,
31 formatting. A list of options can be found under :ref:`style-options`.
36 Style Options
39 The style options describe specific formatting options that can be used in
40 order to make `ClangFormat` comply with different style guides. Currently,
41 two style guides are hard-coded:
45 /// \brief Returns a format style complying with the LLVM coding standards:
49 /// \brief Returns a format style complying with Google's C++ style guide:
54 through the `-style` option.