Skip to content

Commit

Permalink
Fix line endings for linux (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin authored Jul 20, 2022
1 parent cbc5f1a commit 6ca1d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sh text eol=lf
*.bash text eol=lf

# git internal files
.git* text eol=lf
1 change: 1 addition & 0 deletions scripts/fix-region-point.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
#
# Put @SerializedName value to lower case for 'X' and 'Y'
# This issue can't be solved on swagger side
#
set -euo pipefail

Expand Down

0 comments on commit 6ca1d34

Please sign in to comment.