diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-05-08 09:01:48 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-05-08 09:01:48 -0700 |
| commit | 8f7c8bfc88db5e6a98e924bd7308e231e5d911e8 (patch) | |
| tree | 9788b7eba74d41963f7466af30728f70e4861b10 | |
| parent | a222bfa3e02b54ece1022134c17784bf23fcbaca (diff) | |
| download | vim-prettier-8f7c8bfc88db5e6a98e924bd7308e231e5d911e8.tar.xz | |
Adding note information about 1.x release
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
