Skip to content

Commit

Permalink
[GH-35] enforce LF in order to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed May 14, 2019
1 parent 7d6d1f8 commit 91befe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Restrict testing to linux as docker is omitted on Mac and Windows build in travis.

### Fixed
- Broken Windows build due to formatting solved by enforcing LF using gitattributes.

## [1.0.1] - 2019-05-14
### Fixed
- Publication of artifacts.
Expand Down

0 comments on commit 91befe8

Please sign in to comment.