Skip to content

Commit

Permalink
Merge pull request #38 from usdot-jpo-ode/master
Browse files Browse the repository at this point in the history
Sync master branch into develop
  • Loading branch information
SaikrishnaBairamoni authored Feb 7, 2025
2 parents f92a8f2 + bde7722 commit 2af518c
Show file tree
Hide file tree
Showing 812 changed files with 71,619 additions and 24,765 deletions.
10 changes: 5 additions & 5 deletions .git-blame-ignore-revs
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
26 changes: 26 additions & 0 deletions .gitattributes
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
Loading

0 comments on commit 2af518c

Please sign in to comment.