[PATCH] D110252: Added note about Whatstyle and Unformat
Volker Weißmann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 22 07:14:16 PDT 2021
Volker-Weissmann created this revision.
Volker-Weissmann added a reviewer: sdesmalen.
Volker-Weissmann requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
I added a note about Whatstyle <https://github.com/mikr/whatstyle> and Unformat <https://github.com/johnmcfarlane/unformat> in the docs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110252
Files:
clang/docs/ClangFormatStyleOptions.rst
Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -88,6 +88,11 @@
-style='{key1: value1, key2: value2, ...}'
+`Whatstyle <https://github.com/mikr/whatstyle>`_ and `Unformat
+<https://github.com/johnmcfarlane/unformat>`_ can generate a .clang-format file
+from an existing codebase. Note that both of those tools are not officially
+supported and work on a best-effort basis.
+
Disabling Formatting on a Piece of Code
=======================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110252.374224.patch
Type: text/x-patch
Size: 621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210922/9393d0a1/attachment.bin>
More information about the cfe-commits
mailing list