Skip to content
Snippets Groups Projects
Commit b0f484d5 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

merged origin/master into sqlLibRefactor

parents 84800d1b 6bcaba0c
No related branches found
No related tags found
No related merge requests found
### Set the default behavior for text files (lineendings will be converted by git)
* text=auto
### Declare files that will always have CRLF line endings on checkout (Example: windows bat file)
*.bat text eol=crlf
### Declare files that will always have LF line endings on checkout. (Example: linux .sh script)
*.sh text eol=lf
### Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jasper binary
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment