forked from azadkuh/sqlite-amalgamation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
76 lines (68 loc) · 1.77 KB
/
.gitattributes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Macros:
[attr]tabs whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=4
[attr]spaces whitespace=trailing-space,space-before-tab,tabs-in-indent
[attr]makefile whitespace=trailing-space,space-before-tab,indent-with-non-tab,tabwidth=8
# Source files:
* text=auto eol=lf
Make* makefile
*.mk makefile
*.make makefile
*.[chm] tabs
*.java tabs
*.xml tabs
*.props spaces
*.targets spaces
*.vcxproj spaces
*.vcxproj.filters spaces
bin2coff.xml spaces
# Documentation files:
*.txt spaces
# Legacy source files:
memento.* spaces
source/tools/extract_text.c spaces
# Generated source files:
source/html/css-properties.h spaces
# iOS project files:
*.xib spaces
*.xcscheme spaces
*.json spaces
# CRLF vs LF-only
*.bat text eol=crlf
*.c text eol=lf
*.cpp text eol=lf
*.csproj text eol=lf
*.css text eol=lf
*.ejs text eol=lf
*.h text eol=lf
*.html text eol=lf
*.inc text eol=lf
*.ini text eol=lf
*.jison text eol=lf
*.jisonlex text eol=lf
*.js text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.l text eol=lf
*.less text eol=lf
*.lex text eol=lf
*.markdown text eol=lf
*.md text eol=lf
*.php text eol=lf
*.sass text eol=lf
*.sed text eol=lf
*.sh text eol=lf
*.sln text eol=lf
*.src text eol=lf
*.txt text eol=lf
*.vcxproj text eol=lf
*.vue text eol=lf
*.xaml text eol=lf
*.xml text eol=lf
*.y text eol=lf
*.yacc text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.pdf binary
*.psd binary
*.pptx binary
*.xlsx binary