-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8477339
commit 7bf167c
Showing
1 changed file
with
27 additions
and
0 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 @@ | ||
# This file configures how Git treats line endings. | ||
# This is important because we're working on both Windows and Unix machines. | ||
# For details see https://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/. | ||
|
||
# Git runs CRLF to LF replacement on files marked as `text` | ||
# every time they are written to the object database | ||
# and the reverse replacement when writing to the working directory. | ||
*.c text | ||
*.h text | ||
*.py text | ||
*.sh text | ||
*.md text | ||
*.txt text | ||
*.html text | ||
*.json text | ||
*.yml text | ||
*.yaml text | ||
*.sdf text | ||
|
||
*.sqlite binary | ||
*.png binary | ||
*.gz binary | ||
*.exe binary | ||
*.zip binary | ||
*.dll binary | ||
*.docx binary | ||
*.pdf binary |