Skip to content

Commit d767287

Browse files
authored
Forces CRLF for .bat files to prevent script execution errors on Windows (#3624)
# Description Fix windows script execution error as described in [Discussions 3260](#3260), by forcing to use crlf as eol in `*.bat` file ## Type of change - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there
1 parent 3aafdf0 commit d767287

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
*.pt filter=lfs diff=lfs merge=lfs -text
1111
*.jit filter=lfs diff=lfs merge=lfs -text
1212
*.hdf5 filter=lfs diff=lfs merge=lfs -text
13+
14+
*.bat text eol=crlf

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Guidelines for modifications:
115115
* Philipp Reist
116116
* Pulkit Goyal
117117
* Qian Wan
118+
* Qingyang Jiang
118119
* Qinxi Yu
119120
* Rafael Wiltz
120121
* Renaud Poncelet

0 commit comments

Comments
 (0)