提交歷史

作者 SHA1 備註 提交日期
  Daniel Jasper 16a8b0e7c5 clang-format: Fix corner case for brace alignment. 11 年之前
  Daniel Jasper 2a80ad6fe7 clang-format: Allow line merging and partial formatting of nested blocks 11 年之前
  Daniel Jasper dc837b1722 clang-format: Fix indenting corner case with comment and else. 11 年之前
  Daniel Jasper 8437957c9d clang-format: Fix whitespaces in include directives. 11 年之前
  Daniel Jasper 74b7363bcf clang-format: fix for \r\r\n produced in multiline block comments 11 年之前
  Daniel Jasper d8ee5c1c87 clang-format: Option to control spacing in template argument lists. 11 年之前
  Daniel Jasper 52af94453e clang-format: Fix overloaded operator for global-scoped conversions. 11 年之前
  Daniel Jasper 8f54d88172 clang-format: Fix ObjC method exprs with variadic parameters. 11 年之前
  Daniel Jasper 47066e46b9 clang-format: Adapt line break penalties for LLVM style. 11 年之前
  Daniel Jasper 852bce4ba3 clang-format: Properly reset nested AnnotatedLine structure. 12 年之前
  Daniel Jasper 74317e4d3a clang-format: Be more conservative about column layout formatting. 12 年之前
  Daniel Jasper 3c6aea7ac6 clang-format: Cleanup array initializer and dict initializer formatting. 12 年之前
  Daniel Jasper c968943052 clang-format: Fix ObjC literal indentation in Google style. 12 年之前
  Daniel Jasper a07aa665a1 clang-format: Improve formatting of ObjC array literals. 12 年之前
  Manuel Klimek 45206cac63 Remove incorrect assert. 12 年之前
  Manuel Klimek d186f0b4c1 Fixes PR17617: Crash on joining short if statements. 12 年之前
  Daniel Jasper 363193b1bd clang-format: Better understand Lambda poarameters. 12 年之前
  Daniel Jasper 15eef85d4f clang-format: Fix formatting of nested blocks after comment. 12 年之前
  Daniel Jasper b3c887dcb7 clang-format: Support case ranges. 12 年之前
  Daniel Jasper a53bbae476 clang-format: Improve formatting of ObjC dict literals. 12 年之前
  Daniel Jasper 0baf33b73e clang-format: Be more aggressive on incorrect code. 12 年之前
  Daniel Jasper 49c77b2e70 clang-format: Don't force linebreak between return and multiline string. 12 年之前
  Daniel Jasper 53eb05ac6a Make clang-format slightly more willing to break before trailing annotations. 12 年之前
  Daniel Jasper 9b3cb44cd2 clang-format: Improve formatting of templated builder-type calls. 12 年之前
  Daniel Jasper c2827ec708 clang-format: Make continuation indent width configurable. 12 年之前
  Alexander Kornienko f0fc89c358 Keep track of indentation levels in static initializers for correct indentation with tabs. 12 年之前
  Manuel Klimek aabfb2712e Automatically munch semicolons after blocks. 12 年之前
  Daniel Jasper ac4d018192 clang-format: Fix assertion on unterminated #ifs. 12 年之前
  Daniel Jasper 78a4e619e7 clang-format: No space in "<::" in C++11 mode. 12 年之前
  Alexander Kornienko b18c258390 Don't break string literals inside preprocessor directives. 12 年之前