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