Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #189

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ Support this project with a :star:

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-----------|--------------------------------------------------------------------------------------------------------------|
| autocrlf | string | true | `"input"` | Modify the [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf). |
| files | string | true | | File/Directory names to check for<br>uncommited changes. |
| separator | string | true | `" "` | Output string separator. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-----------|--------|----------|-----------|------------------------------------------------------------------------------------------------------------------------------------|
| autocrlf | string | true | `"input"` | Modify the git configuration [core.autocrlf](https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf)<br>. |

Check notice

Code scanning

Expected: 80; Actual: 178

Expected: 80; Actual: 178

Check notice

Code scanning

Element: br

Element: br
| files | string | true | | File/Directory names to check for<br>uncommited changes. |
| separator | string | true | `" "` | Output string separator. |

<!-- AUTO-DOC-INPUT:END -->

Expand Down