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
 =======================================


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
 =======================================
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to