diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2021-11-23 14:37:22 -0800 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2021-11-23 14:37:22 -0800 |
| commit | 0ea444fc96527127a4b1da1d5f0c2efcab42912d (patch) | |
| tree | b4c8663515ce43ae59cf964df096f50446cc5747 /docs | |
| parent | 9f2f54fdd808949ce5fa7fab82941449db23d407 (diff) | |
| download | isort-0ea444fc96527127a4b1da1d5f0c2efcab42912d.tar.gz | |
Improve formatting of config option documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/options.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/configuration/options.md b/docs/configuration/options.md index ad3832d9..107d51e7 100644 --- a/docs/configuration/options.md +++ b/docs/configuration/options.md @@ -1233,7 +1233,7 @@ The fully qualified Python path of a function to apply to format code sorted by **Type:** Nonetype **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** formatting_function **CLI Flags:** **Not Supported** @@ -1684,7 +1684,7 @@ Explicitly set the settings path or file instead of auto determining based on fi **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1699,7 +1699,7 @@ Explicitly set the config root for resolving all configs. When used with the --r **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1724,7 +1724,7 @@ Number of files to process in parallel. Negative value means use number of CPUs. **Type:** Int **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1749,7 +1749,7 @@ One or more Python source files that need their imports sorted. **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1773,7 +1773,7 @@ Provide the filename associated with a stream. **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1825,7 +1825,7 @@ Tells isort to format the given files according to an extensions formatting rule **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** @@ -1837,7 +1837,7 @@ Tells isort to format the given files according to an extensions formatting rule **Type:** String **Default:** `None` -**Config default:** `None` +**Config default:** `` **Python & Config File Name:** **Not Supported** **CLI Flags:** |
