summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAman Kumar Sinha <45752299+Perniciosius@users.noreply.github.com>2021-10-21 17:57:32 +0530
committerGitHub <noreply@github.com>2021-10-21 14:27:32 +0200
commiteb203ebe95aacecc8f479cf50eed433fbfdbdfc3 (patch)
treea230002f428f731a3c45690da82caf5d84647ff3 /docs
parenta0cadb32e927b0f5fce2d4a7660751e075024437 (diff)
feat(fill): add disabled option for fill module (#3158)
* add disabled option for fill module * update tests * update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 8b32f787d..c68060b7c 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -1135,6 +1135,7 @@ other modules.
| ---------- | -------------- | -------------------------------------- |
| `symbol` | `"."` | The symbol used to fill the line. |
| `style` | `"bold black"` | The style for the module. |
+| `disabled` | `false` | Disables the `fill` module |
### Example