Lines Matching +full:docs +full:- +full:clang +full:- +full:tools +full:- +full:html
6 on Clang. This documents describes the LibFormat interface and design as well
9 If you just want to use `clang-format` as a tool or integrated into an editor,
13 ------
19 ---------
23 .. code-block:: c++
31 formatting. A list of options can be found under :ref:`style-options`.
36 .. _style-options:
39 -------------
43 several style guides are hard-coded:
45 .. code-block:: c++
48 /// https://llvm.org/docs/CodingStandards.html.
52 /// http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml.
60 /// https://www.gnu.org/prep/standards/standards.html
64 /// https://firefox-source-docs.mozilla.org/code-quality/coding-style/index.html
68 /// https://webkit.org/code-style-guidelines/
72 /// https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
75 These options are also exposed in the :doc:`standalone tools <ClangFormat>`
76 through the `-style` option.