From 7e7afb7ba6f5cdfe2942b93e5dcf9c2341167d13 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 22 Jun 2021 09:05:03 +0100 Subject: [PATCH] Change docstring style to rest --- after/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 20a44ae9..5bb4d95d 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -5,4 +5,4 @@ setlocal textwidth=88 let b:ale_linters = ['flake8', 'mypy', 'jedils'] let b:ale_fixers = ['black'] -let g:python_style = 'numpy' +let g:python_style = 'rest'