aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2018-06-19 09:32:11 -0700
committerGitHub <noreply@github.com>2018-06-19 09:32:11 -0700
commit4413265fab012dcb8dd6bafbd700d99f34f0e792 (patch)
tree954f721dcc10a7282ad3ba6c8265eec852509b1f /autoload
parent827eb1e05ede6ba57e82156c83c6c218fabd19b8 (diff)
parent8850ff2b1bc30752725b0d0f9f58be8e78e2b7e8 (diff)
downloadvim-prettier-4413265fab012dcb8dd6bafbd700d99f34f0e792.tar.xz
Merge pull request #144 from oskarrough/editorconfig
Enable the default editorconfig support again
Diffstat (limited to 'autoload')
-rw-r--r--autoload/prettier.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/prettier.vim b/autoload/prettier.vim
index 7b20b25..c703fba 100644
--- a/autoload/prettier.vim
+++ b/autoload/prettier.vim
@@ -326,7 +326,6 @@ function! s:Get_Prettier_Exec_Args(config) abort
\ get(a:config, 'proseWrap', g:prettier#config#prose_wrap) .
\ ' --stdin-filepath ' .
\ simplify(expand('%:p')) .
- \ ' --no-editorconfig '.
\ ' --loglevel error '.
\ ' --stdin '
return l:cmd