<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Option to ignore/disable format for specific styles"
   href="https://bugs.llvm.org/show_bug.cgi?id=46567">46567</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Option to ignore/disable format for specific styles
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>10.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Formatter
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rami.abughazaleh@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>djasper@google.com, klimek@google.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi.

Thank you for clang-format.

I'm trying to introduce .clang-format in an existing repository, but I can't
tell clang-format to not change the current style of specific things.

For example, "AlignConsecutiveDeclarations" can only be set to "true" and
"false", or not set at all, but in all cases, clang-format will change the
alignment of existing code if its not styled as expected.

I would like the ability to set "AlignConsecutiveDeclarations: disable", for
example, to disable formatting for just that one setting.

The code clang-format is run against doesn't conform to any guidelines, so I
wanted to introduce clang-format a few rules at a time, instead of having to
"litter" the code with "clang-format off".

Thank you.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>