Skip to content

Commit

Permalink
Make ohd files use LF ending for cross-platform spans
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLixou committed May 9, 2024
1 parent 2531e06 commit ab69cd2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 573 deletions.
1 change: 1 addition & 0 deletions ohdlc/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ohd text eol=lf
2 changes: 2 additions & 0 deletions ohdlc/tests/basic.ohd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// MAKE SURE TO SAFE IN `LF`

mod std {
enum Logical {
High,
Expand Down
Loading

0 comments on commit ab69cd2

Please sign in to comment.