aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormitermayer <mreis@atlassian.com>2020-04-27 08:10:57 +1000
committermitermayer <mreis@atlassian.com>2020-04-27 08:10:57 +1000
commite12223182a51c85528159cb8baf4339998eb9797 (patch)
tree362e8fba738b1bcd5bb4f03a4b6f8ac3097cc852 /README.md
parentde4c4fc5d879c8d82668e47384f80ff45c1bfb42 (diff)
downloadvim-prettier-e12223182a51c85528159cb8baf4339998eb9797.tar.xz
issue/232-adding-support-for-prettier-2.x - Adding support for prettier
2.x - Updating default config - Adding missing configuration - Updating yarn lock - Updating package.json depedencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9a6a192..ca7d134 100644
--- a/README.md
+++ b/README.md
@@ -248,6 +248,11 @@ let g:prettier#config#html_whitespace_sensitivity = 'css'
" false|true
" default: 'false'
let g:prettier#config#require_pragma = 'false'
+
+" Define the flavor of line endings
+" lf|crlf|cr|all
+" defaut: 'lf'
+let g:prettier#config#end_of_line = get(g:, 'prettier#config#end_of_line', 'lf')
```
### REQUIREMENT(S)