提交歷史

作者 SHA1 備註 提交日期
  Alexander Kornienko 4e65c98f67 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. 12 年之前
  Alexander Kornienko 4b762a91fa Store first and last newline position in the token text for string literals and comments. 12 年之前
  Alexander Kornienko dcc0c5bb7c Better support for multiline string literals (including C++11 raw string literals). 12 年之前
  Manuel Klimek c41e8198dc Fixes various problems with accounting for tabs in the original code. 12 年之前
  Daniel Jasper f54617858a clang-format: Improve token breaking behavior. 12 年之前
  Daniel Jasper 259118e660 Work around unused variable warning in release builds. 12 年之前
  Daniel Jasper d4a03dbb0b clang-format: Add column layout formatting for braced lists 12 年之前
  Daniel Jasper 34f3d05d0e clang-format: Indent relative to unary operators. 12 年之前
  Daniel Jasper 7df56bfcf7 clang-format: Additional options for spaces around parentheses. 12 年之前
  Daniel Jasper 6b2afe445b Split UnwrappedLineFormatter into individual components. 12 年之前
  Daniel Jasper 6315fec908 clang-format: Add option for the offset of constructor initializers. 12 年之前
  Daniel Jasper b349a78c97 clang-format: Improve stream-formatting. 12 年之前
  Daniel Jasper 53352600b7 clang-format: Correctly format alias declarations. 12 年之前
  Manuel Klimek d3a247cc4e Fixes a couple of bugs with the Allman brace breaking. 12 年之前
  Manuel Klimek e490705e66 Implement Allman style. 12 年之前
  Daniel Jasper 75e58bb0bd clang-format: Fix string breaking after "<<". 12 年之前
  Daniel Jasper ab3ce592d0 clang-format: Don't break empty 2nd operand of ternary expr. 12 年之前
  Daniel Jasper b7000ca629 Teach clang-format to understand static_asserts better. 12 年之前
  Daniel Jasper 893ea8d0a6 clang-format: Make alignment of trailing comments optional .. 12 年之前
  Daniel Jasper eff18b9b6f clang-format: Add more options to namespace indentation. 12 年之前
  Daniel Jasper e8b10d3d5b clang-format: Add two new style options to support WebKit style. 12 年之前
  Daniel Jasper e05dc6d1b5 clang-format: Initial (incomplete) support for the WebKit coding style. 12 年之前
  Daniel Jasper 215c57ff4a Improve line breaking before multi-line strings. 12 年之前
  Alexander Kornienko b4b4a52f1c Avoid breaking non-trailing block comments. 12 年之前
  Alexander Kornienko 10c26b2e97 Don't break line comments with escaped newlines. 12 年之前
  Daniel Jasper 561211d35b clang-format: Improve handling of unterminated string literals. 12 年之前
  Daniel Jasper b5dc3f4f53 Revamp the formatting of C++11 braced init lists. 12 年之前
  Daniel Jasper 9637dda705 Improvement of change r186320. 12 年之前
  Daniel Jasper 3e12e87f98 Improve formatting of operator<< chains. 12 年之前
  Daniel Jasper a0740f5ddf clang-format: Improve <<-formatting. 12 年之前