aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2018-05-08 09:02:17 -0700
committermitermayer <mitermayer.reis@gmail.com>2018-05-08 09:02:17 -0700
commit4a24957cf2db96d2d077a62c6451a4568c411fd8 (patch)
tree1b55e2eb3364d3af1031d0d58c0a9b9cc16a052b /README.md
parent2ee343b23b5fa207d7fe75acc57008194bc8c9b4 (diff)
parent8f7c8bfc88db5e6a98e924bd7308e231e5d911e8 (diff)
downloadvim-prettier-4a24957cf2db96d2d077a62c6451a4568c411fd8.tar.xz
Merge branch 'master' into release/1.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9d0f97a..ab1e76c 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,12 @@ settings.
---
+**Note:** We are currently working on towards a major release on branch `release/1.x`, while under development bugfixes will be applied to master branch and then ported to `release/1.x` branch.
+
+If you have feature request and/or suggestions please comment on issue [1.0 release](https://github.com/prettier/vim-prettier/issues/126)
+
+---
+
By default it will auto format **javascript**, **typescript**, **less**,
**scss**, **css**, **json**, **graphql** and **markdown** files if they
have/support the "@format" pragma annotation in the header of the file.