[llvm-bugs] [Bug 38602] New: Independent indentation rules for code vs. pre-processor

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 16 10:19:08 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38602

            Bug ID: 38602
           Summary: Independent indentation rules for code vs.
                    pre-processor
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangbugs at nondot.org
          Reporter: cJ-llvm at zougloub.eu
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org

I've seen coding styles which have pre-processor indentation and code
indentation using different styles, eg. “indent with single space after hash
for pre-processor, vs. indent with tabs, align with spaces for code”.

This is not supported by clang-format.

-- 
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/20180816/28ac866b/attachment.html>


More information about the llvm-bugs mailing list