-
Notifications
You must be signed in to change notification settings - Fork 0
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 #11 from gabryelreyes/python_package
Python package
- Loading branch information
Showing
19 changed files
with
1,777 additions
and
1,319 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 |
---|---|---|
@@ -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 |
Oops, something went wrong.