<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:martin@probst.io" title="Martin Probst <martin@probst.io>"> <span class="fn">Martin Probst</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - inconsistent formatting of javascript function braces"
href="https://bugs.llvm.org/show_bug.cgi?id=33154">bug 33154</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WONTFIX
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - inconsistent formatting of javascript function braces"
href="https://bugs.llvm.org/show_bug.cgi?id=33154#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - inconsistent formatting of javascript function braces"
href="https://bugs.llvm.org/show_bug.cgi?id=33154">bug 33154</a>
from <span class="vcard"><a class="email" href="mailto:martin@probst.io" title="Martin Probst <martin@probst.io>"> <span class="fn">Martin Probst</span></a>
</span></b>
<pre>I took a look. The problem is that detecting an automatic semicolon on "}
(ident|statement)" throws off the indentation counting.
I'll mark this as WONTFIX for now, it'd require substantial refactoring of how
clang-format handles indentation.
I'd recommend using a JS linter (jslint, tslint, ...) to detect missing semis,
and fixing them manually.</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>