Skip to content

Commit 846b0a8

Browse files
authored
Introduce end-of-line normalization (#2637)
* On branch main: update TwoWaySslEnabled with TwoWaySSLEnabled in the faq/external-client/model-sample Changes to be committed: modified: documentation/staging/content/faq/external-clients.md * On branch main: add .gitattributes Signed-off-by: galiacheng <[email protected]>
1 parent e7bde67 commit 846b0a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.sh text eol=lf
2+
*.py text eol=lf

documentation/staging/content/faq/external-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ topology:
320320
TunnelingEnabled: true
321321
OutboundEnabled: false
322322
Enabled: true
323-
TwoWaySslEnabled: false
323+
TwoWaySSLEnabled: false
324324
ClientCertificateEnforced: false
325325
```
326326

0 commit comments

Comments
 (0)