-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from usdot-jpo-ode/master
Sync master branch into develop
- Loading branch information
Showing
812 changed files
with
71,619 additions
and
24,765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Migrate python code style to Black | ||
|
||
2d2de2d1e5167b54b253fa496d91e9a3b0b859c1 | ||
e7d4c5be7400bbe6fa5f7b59d34d07a51d15bd31 | ||
e03e94b5439bf30d0b03430980745d5adc9cc631 | ||
# Migrate python code style to Black | ||
|
||
2d2de2d1e5167b54b253fa496d91e9a3b0b859c1 | ||
e7d4c5be7400bbe6fa5f7b59d34d07a51d15bd31 | ||
e03e94b5439bf30d0b03430980745d5adc9cc631 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Normalize text files for cross-platform consistency | ||
* text=auto | ||
|
||
# Shell scripts need LF endings for compatibility in WSL and Docker | ||
*.sh text eol=lf | ||
|
||
# Batch scripts should use CRLF for Windows compatibility | ||
*.bat text eol=crlf | ||
|
||
# Docker-related files | ||
Dockerfile text eol=lf | ||
*.env text eol=lf | ||
|
||
# Prevent line-ending issues with configuration files | ||
*.yaml text eol=lf | ||
*.yml text eol=lf | ||
*.json text eol=lf | ||
|
||
# JavaScript, TypeScript, Python, Java, etc., as before | ||
*.js text eol=lf | ||
*.jsx text eol=lf | ||
*.ts text eol=lf | ||
*.tsx text eol=lf | ||
*.py text eol=lf | ||
*.java text eol=lf | ||
*.properties text eol=lf |
Oops, something went wrong.