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

Introduce end-of-line normalization #2637

Merged
merged 2 commits into from
Nov 23, 2021
Merged

Introduce end-of-line normalization #2637

merged 2 commits into from
Nov 23, 2021

Conversation

galiacheng
Copy link
Contributor

@galiacheng galiacheng commented Nov 23, 2021

We have lots of shell script in samples folder, it 's easy to run into LF ending issue if customer working with Windows WSL, see #2636

This pr contains:

  • small fix for property TwoWaySSLEnabled name in documentation/staging/content/faq/external-clients.md
  • .gitattributes to normalize .sh and .py files with LF.

The customer should checkout all .sh and .py files with LF ending in different platforms.

If you have local .gitattributes, please run the following command to refresh files endings.

git rm --cached -r
git reset --hard

…faq/external-client/model-sample

Changes to be committed:
	modified:   documentation/staging/content/faq/external-clients.md
Signed-off-by: galiacheng <haixia.cheng@microsoft.com>
@rjeberhard rjeberhard merged commit 8fd9720 into oracle:main Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants