Lines Matching +refs:clang +refs:format +refs:style
7 as some basic style discussions.
9 If you just want to use `clang-format` as a tool or integrated into an editor,
31 formatting. A list of options can be found under :ref:`style-options`.
33 The style options are described in :doc:`ClangFormatStyleOptions`.
41 The style options describe specific formatting options that can be used in
42 order to make `ClangFormat` comply with different style guides. Currently,
43 several style guides are hard-coded:
47 /// Returns a format style complying with the LLVM coding standards:
51 /// Returns a format style complying with Google's C++ style guide:
55 /// Returns a format style complying with Chromium's style guide:
59 /// Returns a format style complying with the GNU coding standards:
63 /// Returns a format style complying with Mozilla's style guide
64 /// https://firefox-source-docs.mozilla.org/code-quality/coding-style/index.html
67 /// Returns a format style complying with Webkit's style guide:
68 /// https://webkit.org/code-style-guidelines/
71 /// Returns a format style complying with Microsoft's style guide:
72 /// https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
76 through the `-style` option.