From 9ed3155b72ba709881c967f75611fc5852f773b9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 27 Jan 2023 11:02:57 -0700 Subject: [PATCH] Updated README.md (#253) Co-authored-by: repo-ranger[bot] --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57cd0ef..18db55c 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,12 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|-----------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------| -| autocrlf | string | false | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). | -| files | string | true | | File/Directory names to check for uncommited
changes. | -| separator | string | false | `" "` | Output string separator. | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-----------------|--------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------| +| autocrlf | string | false | `"input"` | Modify the git config [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). | +| files | string | true | | File/Directory names to check for uncommited
changes. | +| files-separator | string | false | `"\n"` | Separator used to split the `files`
input | +| separator | string | false | `" "` | Output string separator. |