diff options
author | Derek P Sifford <dereksifford@gmail.com> | 2018-07-04 13:01:16 -0400 |
---|---|---|
committer | Derek P Sifford <dereksifford@gmail.com> | 2018-07-04 13:01:16 -0400 |
commit | 3251d95a911af77feb34153b76d0d5415130e724 (patch) | |
tree | e9fe7dae790559f84ecaef904f86b2fc242732a0 /doc/ale-python.txt | |
parent | 9ddf1b6a050bea6706bd51f2fd5f252c735bc1cc (diff) | |
download | ale-3251d95a911af77feb34153b76d0d5415130e724.zip |
add options variable to isort
Diffstat (limited to 'doc/ale-python.txt')
-rw-r--r-- | doc/ale-python.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index de706896..1c71dad2 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -145,6 +145,14 @@ g:ale_python_isort_executable *g:ale_python_isort_executable* See |ale-integrations-local-executables| +g:ale_python_isort_options *g:ale_python_isort_options* + *b:ale_python_isort_options* + Type: |String| + Default: `''` + + This variable can be set to pass extra options to isort. + + g:ale_python_isort_use_global *g:ale_python_isort_use_global* *b:ale_python_isort_use_global* Type: |Number| |