Skip to content
Snippets Groups Projects
Commit b744e721 authored by Birunthan Mohanathas's avatar Birunthan Mohanathas
Browse files

clang-format: Fix language of DisableFormat description

This is a comment-only change to test commit access.

llvm-svn: 240879
parent 55f65a35
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``).
alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
**DisableFormat** (``bool``)
Disables formatting at all.
Disables formatting completely.
**ExperimentalAutoDetectBinPacking** (``bool``)
If ``true``, clang-format detects whether function calls and
......
......@@ -409,7 +409,7 @@ struct FormatStyle {
/// which should not be split into lines or otherwise changed.
std::string CommentPragmas;
/// \brief Disables formatting at all.
/// \brief Disables formatting completely.
bool DisableFormat;
/// \brief A vector of macros that should be interpreted as foreach loops
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment