1. 36cd8eb Further simplify invocation counting by David Torosyan · 2 years, 5 months ago
  2. 4caa235 Simplify invocation counting in emitQualifiedExpression by David Torosyan · 2 years, 5 months ago
  3. 2e0f887 Create toParts helper for expressions by David Torosyan · 2 years, 5 months ago
  4. 4d71191 Add unit tests for chaining edge cases by David Torosyan · 2 years, 5 months ago
  5. 174d8bd Update kotlin version to 1.6.10 (#266) by Martin Petrov · 2 years, 5 months ago
  6. 70ab404 Update copyright headers from Facebook to Meta by Andres Suarez · 2 years, 5 months ago
  7. e8e311d Remove ignored tests by David Torosyan · 2 years, 6 months ago
  8. 69df623 Replace else/if chain with when by David Torosyan · 2 years, 6 months ago
  9. 4c1a604 Add a visit helper to simplify accept calls by David Torosyan · 2 years, 6 months ago
  10. 0991d7e Reorder var in KotlinInputAstVisitor.kt by David Torosyan · 2 years, 6 months ago
  11. e1324ac Support `expect enum class` without a body. (#263) by Martin Petrov · 2 years, 6 months ago
  12. daf9488 Fix main class in pom file. (#264) by Martin Petrov · 2 years, 6 months ago
  13. b7b74c2 Consolidate Escaping.kt into one class by David Torosyan · 2 years, 6 months ago
  14. 24e89f9 Consolidate WhitespaceTombstones.kt into one class by David Torosyan · 2 years, 6 months ago
  15. 9e7639f Consolidate Parser.kt into one class by David Torosyan · 2 years, 6 months ago
  16. bcbdecd Consolidate Formatter.kt into one class by David Torosyan · 2 years, 6 months ago
  17. 6a44527 Consolidate ParsedArgs.kt to one class by David Torosyan · 2 years, 6 months ago
  18. 32c441d Consolidate Main.kt to one class by David Torosyan · 2 years, 6 months ago
  19. 6bd3471 Pull out ParseError to its own file by David Torosyan · 2 years, 6 months ago
  20. a261603 Pull out FormattingOptions into its own file by David Torosyan · 2 years, 6 months ago
  21. 0fa54f0 Pull out helper classes of RedundantElementRemover.kt into their own files by David Torosyan · 2 years, 6 months ago
  22. 3bec731 Pull out helper classes from KotlinInput.kt into their own files by David Torosyan · 2 years, 6 months ago
  23. bdba5da Fix OSS build break in online_formatter by David Torosyan · 2 years, 6 months ago
  24. c718b53 Fix OSS build failure by David Torosyan · 2 years, 6 months ago
  25. 089b8a0 Create cli folder by David Torosyan · 2 years, 6 months ago
  26. 31a22a2 Create format folder by David Torosyan · 2 years, 6 months ago
  27. 55bb6d5 Rename Token to KDocToken by David Torosyan · 2 years, 6 months ago
  28. 3042ebc Move KtfmtTruth to testutil module by David Torosyan · 2 years, 6 months ago
  29. 9fe0612 Move PrintAstVisitor to debughelpers by David Torosyan · 2 years, 6 months ago
  30. d24a93a Cleanup visitor classes by David Torosyan · 2 years, 6 months ago
  31. 582f0f1 Fix crash when optional semicolon is used in a long single-line lambda by David Torosyan · 2 years, 6 months ago
  32. 187551e Fix crash when using optional arrow in lambda by David Torosyan · 2 years, 7 months ago
  33. fcc4fcc Bump version to 0.31-SNAPSHOT by Carmi Grushko · 2 years, 7 months ago
  34. 5c2ce20 Bump version to 0.30 by Carmi Grushko · 2 years, 7 months ago
  35. 3752553 Make ktfmt run under Kotlin 1.6 by Carmi Grushko · 2 years, 8 months ago
  36. aa6eb8b Bump version to 0.30-SNAPSHOT by Carmi Grushko · 2 years, 8 months ago
  37. d4995c1 Bump version to 0.29 by Carmi Grushko · 2 years, 8 months ago
  38. b44c58b Added dry run mode (#212) by Trevor Debrechtabel · 2 years, 8 months ago
  39. 64776fa s/master/main/g by Carmi Grushko · 2 years, 9 months ago
  40. edc8ef3 Bump version to 0.29-SNAPSHOT by Carmi Grushko · 2 years, 10 months ago
  41. ab133a7 Bump version to 0.28 by Carmi Grushko · 2 years, 10 months ago
  42. 6ae31dc Solution for ktfmt not processing .kts files by Ilan Goldenstein · 2 years, 11 months ago
  43. 1335001 Update release docs now that it's mostly automated by Carmi Grushko · 3 years ago
  44. 0fb25a0 Update name of AWS policy required to deploy the AWS Lambda that powers https://facebookincubator.github.io/ktfmt/ by Carmi Grushko · 3 years ago
  45. d69375a Fix perpetual addition of newline by Carmi Grushko · 3 years ago
  46. 472e712 Put some delegate expressions in a block by Omer Strulovich · 3 years ago
  47. 0f8e170 Bump version to 0.28-SNAPSHOT by Carmi Grushko · 3 years ago
  48. 7575a33 Bump version to 0.27 by Carmi Grushko · 3 years ago
  49. 90dfe42 Back out "Update ktfmt to fix odd formatting with DSLs." by Carmi Grushko · 3 years ago
  50. cd09a6c Bump version to 0.27-SNAPSHOT by Carmi Grushko · 3 years ago
  51. f8bc2f5 Bump version to 0.26 by Carmi Grushko · 3 years ago
  52. e62ef21 Fix explicit ctor formatting; and KDoc's ``` followed by more text (#238) by Beth Cutler · 3 years ago
  53. 57a2a81 Update ktfmt to fix odd formatting with DSLs. (#214) by Steven Weiss · 3 years ago
  54. 12ed59e Fix for crash when formatting multiple annotations without `field:` prefix by Dmitri Molchanov · 3 years ago
  55. 3a566d1 Bump version to 0.26-SNAPSHOT by Carmi Grushko · 3 years, 1 month ago
  56. f84ea51 Bump version to 0.25 by Carmi Grushko · 3 years, 1 month ago
  57. b2c2761 Use Kotlin 1.5.0 in OSS (#227) by Carmi Grushko · 3 years, 1 month ago
  58. 58becb1 Add AstVisitor for Kotlin 1.5 (#215) by Beth Cutler · 3 years, 2 months ago
  59. 269d92e Bump guava from 27.0.1-jre to 29.0-jre in /core (#199) by dependabot[bot] · 3 years, 2 months ago
  60. 3ff419f Bump version to 0.25-SNAPSHOT by Carmi Grushko · 3 years, 2 months ago
  61. 18eda13 Bump version to 0.24 by Carmi Grushko · 3 years, 2 months ago
  62. bf63715 Website to demo ktfmt by Carmi Grushko · 3 years, 2 months ago
  63. 90bfa9d AWS Lambda that formats code in a request (#198) by Carmi Grushko · 3 years, 2 months ago
  64. cd3f6c1 Don't add spaces in KDoc, not even after links. by Carmi Grushko · 3 years, 2 months ago
  65. 07a8e81 Fix build_and_test.yml (#195) by Carmi Grushko · 3 years, 3 months ago
  66. 63bf705 Bump version to 0.24-SNAPSHOT by Carmi Grushko · 3 years, 3 months ago
  67. da3ee1b Bump version to 0.23 by Carmi Grushko · 3 years, 3 months ago
  68. 1ce913e ktfmt_idea_plugin now takes version from version.txt by Carmi Grushko · 3 years, 3 months ago
  69. 110dfaf Use the configured column limit in the KDoc reformatter by Carmi Grushko · 3 years, 3 months ago
  70. 22a2c76 Fix publish_artifacts_on_release.yaml: cd into ktfmt_idea_plugin before trying to build it by Carmi Grushko · 3 years, 3 months ago
  71. e638392 Merge plugin.yml into build_and_test.yml by Carmi Grushko · 3 years, 3 months ago
  72. 3b55d71 Rename "maven" GitHub Action to "build_and_test" to better reflect its contents by Carmi Grushko · 3 years, 3 months ago
  73. 684b52e Bump version to 0.23-SNAPSHOT by Carmi Grushko · 3 years, 3 months ago
  74. 0167f9c Bump version to 0.22 by Carmi Grushko · 3 years, 3 months ago
  75. 7d4f097 Plugin: publish a version to JetBrains Marketplace whenever a new GitHub Release is created by Carmi Grushko · 3 years, 3 months ago
  76. 1968684 Handle semicolons between `when` entries by Carmi Grushko · 3 years, 3 months ago
  77. 4c37bd7 Plugin: add a Gradle task to verify plugin works against LATEST-EAP-SNAPSHOT by Carmi Grushko · 3 years, 3 months ago
  78. 3b56f5c Plugin: Add ability to publish plugin using Gradle by Carmi Grushko · 3 years, 3 months ago
  79. dab5ad6 Plugin: remove untilBuild so the plugin can be installed in all future IntelliJ versions by Carmi Grushko · 3 years, 3 months ago
  80. 6e11904 Fix GitHub Action to publish to maven central (#193) by Carmi Grushko · 3 years, 3 months ago
  81. 36b417d GitHub Action to publish artifacts to Maven Central when a new release is created (#192) by Carmi Grushko · 3 years, 3 months ago
  82. f6c762a Handle function type params of the form @Annotation (<lambda>) (#189) by Carmi Grushko · 3 years, 3 months ago
  83. cc7b3ea Add an `.editorconfig` file per style (#187) by Javier Segovia Córdoba · 3 years, 3 months ago
  84. c802871 Don't use guessToken("(") when emitting parenthesis in call elements (#188) by Carmi Grushko · 3 years, 3 months ago
  85. 1aba9fe Correctly handle nested KDoc by Carmi Grushko · 3 years, 3 months ago
  86. 5e263ac All files in args are processed, even if one of them has an error (oops) by Carmi Grushko · 3 years, 3 months ago
  87. 5b6edca Add Google and Kotlinlang support to IDEA plugin (#183) by Javier Segovia Córdoba · 3 years, 3 months ago
  88. ccebec3 Add Spotless (GoogleJavaFormat) to IDEA plugin (#184) by Javier Segovia Córdoba · 3 years, 3 months ago
  89. 0dbef72 Bump version to 0.22-SNAPSHOT by Carmi Grushko · 3 years, 3 months ago
  90. 4df69a2 Bump version to 0.21 by Carmi Grushko · 3 years, 3 months ago
  91. 4216550 Output expected formatting when showing a mismatched formatting error by Hilal Alsibai · 3 years, 3 months ago
  92. 5f68ee5 Make top level property line spacing formatting more direct by Hilal Alsibai · 3 years, 3 months ago
  93. 7fbc9d9 Add --kotlinlang-style to format similarly to https://kotlinlang.org/docs/coding-conventions.html by Carmi Grushko · 3 years, 3 months ago
  94. 7d76e78 Update ktfmt component on FBS:master by Nivaldo Bondança · 3 years, 4 months ago
  95. c4c1203 Preserve line spacing for properties by Hilal Alsibai · 3 years, 4 months ago
  96. 75a41df Bump version to 0.21-SNAPSHOT by Carmi Grushko · 3 years, 4 months ago
  97. 9de5612 Bump version to 0.20 by Carmi Grushko · 3 years, 4 months ago
  98. 6585ff3 Handle function references of nullable types by Carmi Grushko · 3 years, 4 months ago
  99. e780357 Handle package names with escaped identifiers by Omer Strulovich · 3 years, 4 months ago
  100. 1ec934e Fix spelling mistake (#167) by Per Sandström · 3 years, 4 months ago