aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-05-22feat: add homebrew installation note (#468)Rui Chen
Summary: closes https://github.com/facebook/ktfmt/issues/312 relates to https://github.com/Homebrew/homebrew-core/pull/162375 Pull Request resolved: https://github.com/facebook/ktfmt/pull/468 Differential Revision: D57621792 Pulled By: hick209 fbshipit-source-id: a62db1c685fc318e14708d86b21c0b667033337a
2024-04-30Add pre commit hooks to readme (#462)aandres
Summary: I've recently added support for ktfmt to pre-commit hooks. https://github.com/macisamuele/language-formatters-pre-commit-hooks/pull/196 I thought it'd be worth mentioning in the README. Pull Request resolved: https://github.com/facebook/ktfmt/pull/462 Reviewed By: cortinico Differential Revision: D56680818 Pulled By: hick209 fbshipit-source-id: 3d6482e3d550b5d04647d6582ac3348aac52f9c4
2024-04-04facebookincubator --> facebookNivaldo Bondança
Summary: No longer a project under facebookincubator and it's been like that for a while now. Let's adjust the URLs accordingly. Reviewed By: strulovich Differential Revision: D55759910 fbshipit-source-id: 173d1a98cd088895f0818e517d8b5289df969378
2024-04-04Fixed badges on README.md (#453)Nivaldo Bondança
Summary: Fixed build status badge and added release and issue count ones as well. BTW, I used [this awesome tool here](https://michaelcurrin.github.io/badge-generator/#/repo) to generate the badges. Thanks MichaelCurrin Pull Request resolved: https://github.com/facebook/ktfmt/pull/453 Reviewed By: cortinico Differential Revision: D55705080 Pulled By: hick209 fbshipit-source-id: 4a00dd448cab3e7dcdf571b3f392ba42c6a4af07
2024-04-03Add Slack channel badge to the README (#448)Javier Segovia Córdoba
Summary: This PR only adds a badge with the link to the ktmft Slack channel in Kotlinlang. > [!Warning] > The Facebook build badge is broken, if not, they would appear inline. Pull Request resolved: https://github.com/facebook/ktfmt/pull/448 Reviewed By: hick209 Differential Revision: D55482265 Pulled By: cortinico fbshipit-source-id: 16ccf68a6504fc221f221f7c8425ba4e30258b69
2023-08-24Added link to live playground directly into README fileNivaldo Bondança
Summary: Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: cgrushko Differential Revision: D48647840 fbshipit-source-id: 1ddc9d78f0d5c41e7cb36ebf2c5a8f29f0b27779
2021-12-16Consolidate Formatter.kt into one classDavid Torosyan
Summary: Some more refactoring, this time to group all the functions in this file under one class to make it easier to keep track of the static helpers. Reviewed By: strulovich Differential Revision: D33144683 fbshipit-source-id: bab1ed768851bf311ff3f77b0e01d0fdacd95a4f
2021-03-11Add an `.editorconfig` file per style (#187)Javier Segovia Córdoba
Summary: I would ask for help from the community so we can fix all styles by updating this PR. Currently, all styles are using the same base file provided by sgrimm, the only changes among them are the properties `indent_size` and `ij_continuation_indent_size` (and a few properties related to avoiding wildcard imports), but I think there are more properties that should be updated/added/removed. Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/187 Reviewed By: hick209 Differential Revision: D26973226 Pulled By: cgrushko fbshipit-source-id: 1ed9ae0c194828798a5dd0b59a8730cd6b9793d8
2021-01-26Fix spelling mistake (#167)Per Sandström
Summary: Just a tiny spelling mistake. Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/167 Reviewed By: hick209 Differential Revision: D26084409 Pulled By: cgrushko fbshipit-source-id: 6c3ecb36d5fbb940f5c237912e24d261d3a2c1d2
2021-01-06Add ktfmt-gradle to the README (#166)Nicola Corti
Summary: Closes https://github.com/facebookincubator/ktfmt/issues/164 Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/166 Reviewed By: strulovich Differential Revision: D25804514 Pulled By: cgrushko fbshipit-source-id: 06397169a7e55b6e0edf59f5dee25117e069fb5d
2021-01-05Add initial .editorconfig section (#158) (#162)Steven Grimm
Summary: Try to approximate ktfmt's rules with IntelliJ .editorconfig settings. Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/162 Reviewed By: hick209 Differential Revision: D25787612 Pulled By: cgrushko fbshipit-source-id: 07409c6ce24501fd603d971705cd3c201f3de197
2020-08-21Delete iframe that installs the IntelliJ plugin, because GitHub Markdown ↵Carmi Grushko
explicitly doesn't support iframes Reviewed By: hick209 Differential Revision: D23260478 fbshipit-source-id: 5f82ec6f89d61a8197289fdd21ee5a331f1b5ee6
2020-08-20Add a section about the new IntelliJ pluginCarmi Grushko
Reviewed By: hick209 Differential Revision: D23239659 fbshipit-source-id: 326669633c7b442d997ab32a443a72b619fd5913
2020-07-23Update with latest Spotless documentation links (#55)Ned Twigg
Summary: Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/55 Reviewed By: hick209 Differential Revision: D22702169 Pulled By: cgrushko fbshipit-source-id: f37760834ef4ee56635675aa2d2d8d05c70be9a2
2020-06-01Mention that ktfmt can be run using SpotlessCarmi Grushko
Reviewed By: strulovich Differential Revision: D21803347 fbshipit-source-id: 291c019abcc406a20d28966bee2a8cb1a29419b1
2020-05-04Use google-java-format 1.8 from Maven Central (#31)Carmi Grushko
Summary: instead of vendoring the source. GJF 1.8 requires JDK 11+, so `ktfmt` will also now require JDK 11+. This unlocks https://github.com/facebookincubator/ktfmt/issues/30 Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/31 Test Plan: GitHub's CI: https://github.com/facebookincubator/ktfmt/pull/31 Reviewed By: strulovich Differential Revision: D21368968 Pulled By: cgrushko fbshipit-source-id: 91b0f0bfc0a905bda05041528187d54d2fe4a370
2020-04-13Update README.md now that we have releases, and detail the release processCarmi Grushko
Reviewed By: strulovich Differential Revision: D20995039 fbshipit-source-id: d6442d9208b31864e4cf0f870baa2f0fca3485a3
2019-12-23Comparison of ktfmt vs ktlint vs intellijCarmi Grushko
Summary: Pull Request resolved: https://github.com/facebookincubator/ktfmt/pull/5 Reviewed By: lsaddan Differential Revision: D19209859 Pulled By: cgrushko fbshipit-source-id: 8ee4fb830441148c153fecdba83429cdde7a1e5d
2019-12-20Mention in README.md that ktfmt isn't perfect yetCarmi Grushko
Reviewed By: strulovich Differential Revision: D19186441 fbshipit-source-id: 6762097dadeb43814c2912d8962548c878dfbe97
2019-12-19Initial commitfacebook-github-bot
fbshipit-source-id: 91b1d4a9703c0894565b21bf50d122e84ebe7ae6