1. 5e27146 clang-format: [JS] Support more ES6 default exports. by Daniel Jasper · 10 years ago
  2. b14f667 clang-format: [JS] Support ES6 exports of array literals. by Daniel Jasper · 10 years ago
  3. ebcb71f clang-format: [JS] Improve empty array literal detection. by Daniel Jasper · 10 years ago
  4. 779c66f clang-format: [JS] Support TypeScript 1.6 user defined type guards. by Daniel Jasper · 10 years ago
  5. 6f5a193 clang-format: [JS/TypeScript] Support "enum" as property name. by Daniel Jasper · 10 years ago
  6. b542f9f clang-format: [JS] Support arrays of object-type literals. by Daniel Jasper · 10 years ago
  7. e2deb59 clang-format: [JS] Conservatively introduce column layout for JS array by Daniel Jasper · 10 years ago
  8. 72a1b6a clang-format: [JS] "operator" is not a keyword in Java/JavaScript. by Daniel Jasper · 10 years ago
  9. 41a2bf7 clang-format: [JS] Change Google-style default for aligning operands. by Daniel Jasper · 10 years ago
  10. 71e5745 clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty" by Daniel Jasper · 10 years ago
  11. f95b1f4 clang-format: [JS] Properly add a space after "in" in for loops. by Daniel Jasper · 10 years ago
  12. 09840ef clang-format: [JS] struct and union aren't keywords / reserved words. by Daniel Jasper · 10 years ago
  13. b488a74 clang-format: [JS] Add goog.setTestOnly to the list of stuff that by Daniel Jasper · 10 years ago
  14. 6501f7e clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak. by Daniel Jasper · 10 years ago
  15. 265309e clang-format: [JS] Handle string literals spanning character classes. by Daniel Jasper · 10 years ago
  16. 8d0e223 clang-format: [JS] handle character classes in regexes. by Daniel Jasper · 10 years ago
  17. ba52fcb clang-format: [JS] Support pseudo-keywords by Daniel Jasper · 10 years ago
  18. 9f642f7 clang-format: [JS] handle let (ES6) by Daniel Jasper · 10 years ago
  19. b9a5281 clang-format: [JS] Assign proper penalties when breaking a type annotation by Daniel Jasper · 10 years ago
  20. 5c235c0 clang-format: [JS] Properly reset parse state after parsing interface. by Daniel Jasper · 10 years ago
  21. b2328b1 clang-format: [JS] Prevent confusing TypeScript parameters wraps. by Daniel Jasper · 10 years ago
  22. 5a3de1d clang-format: [JS] Allow line breaks after TypeScript type colons. by Daniel Jasper · 10 years ago
  23. f144620 clang-format: [JS] Treat regex literals like string literals. by Daniel Jasper · 10 years ago
  24. f737215 clang-format: [JS] Skip comments when applying the regex-literal heuristic by Daniel Jasper · 10 years ago
  25. 55c384e clang-format: [JS] Fix bug in regex literal parsing. by Daniel Jasper · 10 years ago
  26. c553ae1 clang-format: [JS] Support regex literals at the start of a file. by Daniel Jasper · 10 years ago
  27. 553a5b0 clang-format: [JS] Fix character counting in template strings. by Daniel Jasper · 10 years ago
  28. 6b8d26c clang-format: [JS] Support regex literals containing quotes (' and "). by Daniel Jasper · 10 years ago
  29. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  30. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  31. ed3f395 clang-format: [JS] Add a special case for indenting function literals. by Daniel Jasper · 10 years ago
  32. e6fcf7d clang-format: clang-format (NFC) by Daniel Jasper · 10 years ago
  33. 9f4ec15 clang-format: [JS] Don't put top-level typescript enums on a single line. by Daniel Jasper · 10 years ago
  34. 90cf380 clang-format: [JS] Fix typescript enum formatting. by Daniel Jasper · 10 years ago
  35. b2ad4d4 clang-format: [JS] Tweak behavior for multiline array initializer parameters by Daniel Jasper · 10 years ago
  36. 2ebb0c5 clang-format: [JS] Fix corner case in template string parsing. by Daniel Jasper · 10 years ago
  37. 216c9cd clang-format: [JS] Support "export enum" declarations. by Daniel Jasper · 10 years ago
  38. 4c0bf70 clang-format: [JS] Add tests to ensure clang-format doesn't break code by Daniel Jasper · 10 years ago
  39. 259188b clang-format: [JS] Fix regression caused by r239592. by Daniel Jasper · 10 years ago
  40. 910807d clang-format: [JS] fix incorrectly collapsed lines after export statement. by Daniel Jasper · 10 years ago
  41. 20580fd clang-format: Make SFS_Inline imply SFS_Empty. by Daniel Jasper · 10 years ago
  42. 56691b8 clang-format: [JS] Ensure that formatting actually takes place in tests. by Daniel Jasper · 10 years ago
  43. 11ca263 clang-format: [JS] Only special case top level object literal by Daniel Jasper · 10 years ago
  44. 3b0f304 clang-format: [JS] Let fat arrows have 'Assignment' precedence. by Daniel Jasper · 10 years ago
  45. 3c306e8 clang-format: [JS] Let fat arrows have 'Equality' precedence. by Daniel Jasper · 10 years ago
  46. 9970df1 clang-format: [JS] More aggressively keep array literals on one line. by Daniel Jasper · 10 years ago
  47. 81dbb56 clang-format: [JS] Fix bug in type colon detection. by Daniel Jasper · 10 years ago
  48. e497bed clang-format: [JS] Always add space after fat arrow. by Daniel Jasper · 10 years ago
  49. d492b5e clang-format: [JS] Array literal detection fix #4. by Daniel Jasper · 10 years ago
  50. 1feab0f clang-format: Don't try to detect C++ lambdas in other languages. by Daniel Jasper · 10 years ago
  51. 199d0c9 clang-format: [JS] Fix incorrect line length calculation. by Daniel Jasper · 10 years ago
  52. 40432ce clang-format: [JS] Array literal detection fix #3. by Daniel Jasper · 10 years ago
  53. 4284e36 clang-format: [JS] Fix another regression when detecting array literals. by Daniel Jasper · 10 years ago
  54. 5ce80de clang-format: [JS] Fix regression of detecting array literals. by Daniel Jasper · 10 years ago
  55. 1699eca clang-format: [JS] Making arrow function wrapping more consistent. by Daniel Jasper · 10 years ago
  56. cd8d4ff clang-format: [JS] Fix line breaks in computed property names. by Daniel Jasper · 10 years ago
  57. 8c42d44 clang-format: [JS] Support ES6 computed property names. by Daniel Jasper · 10 years ago
  58. f841d3a clang-format: Lower binding strengths created by the [] created by ObjC by Daniel Jasper · 10 years ago
  59. 3e0dcc2 clang-format: [JS] Fix incorrect detection of ternary expressions. by Daniel Jasper · 10 years ago
  60. 0805199 clang-format: [JS] Support ES6 spread operator. by Daniel Jasper · 10 years ago
  61. 79e0608 clang-format: [JS] Better support for fat arrows. by Manuel Klimek · 10 years ago
  62. 668c7bb clang-format: [JS] Parse exported functions as free-standing. by Daniel Jasper · 10 years ago
  63. 7325aee clang-format: [JS] Avoid bad line-warp around "function". by Daniel Jasper · 10 years ago
  64. 69694b0 clang-format: [JS] Fix regex literal detection. by Daniel Jasper · 10 years ago
  65. 9326f91 clang-format: [JS] support optional methods. by Daniel Jasper · 11 years ago
  66. 2964749 clang-format: [JS] Do not collapse short interfaces. by Daniel Jasper · 11 years ago
  67. f69b922 clang-format: [JS] Fix calculation of template string width. by Daniel Jasper · 11 years ago
  68. d221906 clang-format: [JS] Fix templated parameter default values. by Daniel Jasper · 11 years ago
  69. 0d6ac27 clang-format: [JS] handle comments in template strings. by Daniel Jasper · 11 years ago
  70. d930977 clang-format: [JS] Support index signature types. by Daniel Jasper · 11 years ago
  71. a74f507 clang-format: [JS] support optionality markers in JS types. by Daniel Jasper · 11 years ago
  72. 6a5d38d clang-format: [JS] Allow periods and commata in class declarations. by Daniel Jasper · 11 years ago
  73. acf67e3 clang-format: Improve nested block formatting. by Daniel Jasper · 11 years ago
  74. 739ec53 clang-format: [JS] Understand object literals with only methods. by Daniel Jasper · 11 years ago
  75. f46dec8 clang-format: [JS] Support getters, setters and methods in object literals. by Daniel Jasper · 11 years ago
  76. 02c7bca clang-format: [JS] Fix comment formatting in goog.scopes. by Daniel Jasper · 11 years ago
  77. bc46b93 clang-format: [JS] support cast syntax and type arguments. by Daniel Jasper · 11 years ago
  78. 60948b1 clang-format: [JS] more precisely detect enums. by Daniel Jasper · 11 years ago
  79. a0ef4f3 clang-format: [js] Support template strings. by Daniel Jasper · 11 years ago
  80. fca735c clang-format: [js] Support ES6 module exports. by Daniel Jasper · 11 years ago
  81. 354aa51 clang-format: [js] Support ES6 module imports. by Daniel Jasper · 11 years ago
  82. 6fa9ec7 clang-format: [js] Do not fall through for JS structural elements. by Daniel Jasper · 11 years ago
  83. 3c42dba clang-format: [JS] support AtScript style annotations for JS. by Daniel Jasper · 11 years ago
  84. 8370908 clang-format: [JS] Support classes. by Daniel Jasper · 11 years ago
  85. b10bdff clang-format: [JS] Support type annotations. by Daniel Jasper · 11 years ago
  86. 0580ff0 clang-format: Fix incorrect calculation of token lenghts. by Daniel Jasper · 11 years ago
  87. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  88. a4e55f4 clang-format: [JS] Don't put top-level dict literals on a single line. by Daniel Jasper · 11 years ago
  89. 41368e9 clang-format: [JS] Contract fewer functions to a single line. by Daniel Jasper · 11 years ago
  90. 4087432 clang-format: [JS] Try not to break in container literals. by Daniel Jasper · 11 years ago
  91. 7912123 clang-format: [JS] new and delete are valid function names. by Daniel Jasper · 11 years ago
  92. 53c38f4 clang-format: [JS] Make Closure module detection more narrow. by Daniel Jasper · 11 years ago
  93. 616de864 clang-format: [JS] Support Closure's module statements. by Daniel Jasper · 11 years ago
  94. e551bb7 Revert "clang-format: [js] Updates to Google's JavaScript style." by Daniel Jasper · 11 years ago
  95. f739b0d clang-format: [js] Updates to Google's JavaScript style. by Daniel Jasper · 11 years ago
  96. 49a9a28 clang-format: [JS] Support more regex literals. by Daniel Jasper · 11 years ago
  97. 67f8ad2 clang-format: [JS] Support AllowShortFunctionsOnASingleLine. by Daniel Jasper · 11 years ago
  98. 1779d43 clang-format: [JS] Improve formatting of function literals in chains by Daniel Jasper · 11 years ago
  99. 3549ea1 clang-format: [JS] add space before operator 'in'. by Daniel Jasper · 11 years ago
  100. 2337625 clang-format: [JS] Support regex literals with trailing escaped slash. by Daniel Jasper · 11 years ago