aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarmi Grushko <carmi@fb.com>2019-12-19 20:08:43 -0800
committercarmi <carmi@devvm1230.cln1.facebook.com>2019-12-20 06:44:55 -0800
commit5228d9395c4d9bdf87e473c7e422fcc713be6446 (patch)
treee0ec6704f7c09ed2e0841ba99a39ae258b93650e /README.md
parentc71034fd3318096eb45797a8e93bbc3e2f42f21e (diff)
downloadktfmt-5228d9395c4d9bdf87e473c7e422fcc713be6446.tar.gz
Mention in README.md that ktfmt isn't perfect yet
Reviewed By: strulovich Differential Revision: D19186441 fbshipit-source-id: 6762097dadeb43814c2912d8962548c878dfbe97
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c482be..c29b6ef 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ private fun declareOne(
}
```
+**Note** that `ktfmt` still has some rough edges which we're constantly working on fixing.
+
# Using on the command-line
* Make sure the `vendor/google-java/format` submodule is populated. Either clone with submodules (`git pull --recurse-submodules https://github.com/facebookincubator/ktfmt.git`) or populate the submodule after cloning (`git submodule update --init`)