vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 8f50e7f5dff1adf9cfc77324a87cc617cc752701
parent 8ca28a2c1d932592e84fdc0155aab34e8328bf73
Author: Pablo Cárdenas <pablo-cardenas@outlook.com>
Date:   Sat, 25 Apr 2020 19:14:28 -0500

Changed black by yapf and autopep8

Diffstat:
Mplugin/pablo/ale.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/pablo/ale.vim b/plugin/pablo/ale.vim @@ -8,7 +8,7 @@ let g:ale_fixers = { \ '*': ['remove_trailing_lines', 'trim_whitespace'], \ 'c': ['clang-format'], \ 'cpp': ['clang-format'], -\ 'python': ['black'], +\ 'python': ['autopep8', 'yapf'], \} let g:ale_fix_on_save = 1