forked from FastReports/FastReport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
35 lines (32 loc) · 703 Bytes
/
.gitattributes
File metadata and controls
35 lines (32 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Diff behavior for common document formats
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Behavior for image files
*.ico binary
*.ICO binary
*.bmp binary
*.BMP binary
*.tif binary
*.TIF binary
*.tiff binary
*.TIFF binary
*.jpg binary
*.JPG binary
*.jpeg binary
*.JPEG binary
*.png binary
*.PNG binary
*.gif binary
*.GIF binary