Skip to content

Commit

Permalink
Enforce /scripts directory uses LF line endings on all systems (#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Dec 2, 2024
1 parent 8cb5fd3 commit 907e87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto
scripts/* text eol=lf
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ to load dummy data for testing run:
make load-dummy-data
```

> [!NOTE]
> If you are unable to compose up care in windows, ensure line endings are set to `LF` (`docker-entrypoint.sh` won't
> work with `CRLF` line endings).
> ```
> git config core.autocrlf false
> ```
#### Docker

Prebuilt docker images for server deployments are available
Expand Down

0 comments on commit 907e87a

Please sign in to comment.