Skip to content
  • Daniel Jasper's avatar
    Add .clang-format without column limit to subdirectory tests/. · 12b5df3c
    Daniel Jasper authored
    A column limit in the test folder can lead to trouble as the RUN, CHECK,
    etc. comments can potentially be broken over multiple lines changing
    their meaning. Without column limit, clang-format will simply keep the
    test author's line breaks.
    
    llvm-svn: 195100
    12b5df3c
Loading