[llvm-bugs] [Bug 33083] extern "C" indentation
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 21 04:51:10 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33083
Marek Kurdej <curdeius at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |curdeius at gmail.com
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Marek Kurdej <curdeius at gmail.com> ---
Commit r313354 (from 2017-09-15) Added new flag BraceWrapping.AfterExternBlock
that fixes this issue.
BTW, `clang-format -style=GNU your_file.c` formats the file as you wish (just
with less spaces for indentation).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170921/54fa4911/attachment.html>
More information about the llvm-bugs
mailing list