forked from ocornut/imgui
-
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.
Add .gitattributes with rules for line endings of files.
(cherry picked from commit f2a2be7)
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
* text=auto | ||
|
||
*.c text | ||
*.cpp text | ||
*.h text | ||
*.m text | ||
*.mm text | ||
*.md text | ||
*.txt text | ||
*.html text | ||
*.bat text | ||
*.frag text | ||
*.vert text | ||
*.mkb text | ||
*.icf text | ||
|
||
*.sln text eol=crlf | ||
*.vcxproj text eol=crlf | ||
*.vcxproj.filters text eol=crlf | ||
*.natvis text eol=crlf | ||
|
||
Makefile text eol=lf | ||
*.sh text eol=lf | ||
*.pbxproj text eol=lf | ||
*.storyboard text eol=lf | ||
*.plist text eol=lf | ||
|
||
*.png binary | ||
*.ttf binary | ||
*.lib binary |