Skip to content

Commit 6ca1d34

Browse files
authored
Fix line endings for linux (#33)
1 parent cbc5f1a commit 6ca1d34

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*.bat text eol=crlf
1616
*.ps1 text eol=crlf
1717
*.sh text eol=lf
18+
*.bash text eol=lf
1819

1920
# git internal files
2021
.git* text eol=lf

scripts/fix-region-point.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
#
33
# Put @SerializedName value to lower case for 'X' and 'Y'
4+
# This issue can't be solved on swagger side
45
#
56
set -euo pipefail
67

0 commit comments

Comments
 (0)