Skip to content

Commit

Permalink
Merge pull request #11 from gabryelreyes/python_package
Browse files Browse the repository at this point in the history
Python package
  • Loading branch information
gabryelreyes authored Jul 16, 2024
2 parents 0d2a6c9 + 421f852 commit 404f935
Show file tree
Hide file tree
Showing 19 changed files with 1,777 additions and 1,319 deletions.
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Default behaviour
* text=crlf

# All text files are CRLF
*.txt text eol=crlf
*.h text eol=crlf
*.c text eol=crlf
*.cpp text eol=crlf
*.hpp text eol=crlf
*.py text eol=crlf
*.json text eol=crlf
*.md text eol=crlf
*.puml text eol=crlf
*.plantuml text eol=crlf
*.ini text eol=crlf
*.bat text eol=crlf
*.yml text eol=crlf
*.toml text eol=crlf
*.cfg text eol=crlf

# Doxygen files are generated by a tool as LF
doc/doxygen/* text eol=lf

# Images should be treated as binary
*.png binary
*.jpg binary
*.jepg binary
Loading

0 comments on commit 404f935

Please sign in to comment.