diff options
| author | mitermayer <mreis@atlassian.com> | 2020-04-27 08:10:57 +1000 |
|---|---|---|
| committer | mitermayer <mreis@atlassian.com> | 2020-04-27 08:10:57 +1000 |
| commit | e12223182a51c85528159cb8baf4339998eb9797 (patch) | |
| tree | 362e8fba738b1bcd5bb4f03a4b6f8ac3097cc852 /README.md | |
| parent | de4c4fc5d879c8d82668e47384f80ff45c1bfb42 (diff) | |
| download | vim-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |
