-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitattributes
40 lines (37 loc) · 858 Bytes
/
.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
# Source files
*.xml text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.mjs text eol=lf
*.mts text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.cls text eol=lf
*.trigger text eol=lf
*.apex text eol=lf
*.snap text eol=lf
*.soql text eol=lf
*.java text eol=lf
*.gradle text eol=lf
*.properties text eol=lf
*.html text eol=lf
*.css text eol=lf
packages/prettier-plugin-apex/vendor/apex-ast-serializer/bin/apex-ast-serializer text eof=lf
packages/prettier-plugin-apex/vendor/apex-ast-serializer/bin/apex-ast-serializer-http text eof=lf
# Misc config files
.gitignore text eol=lf
.prettierrc text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
gradlew text eol=lf
# Windows specific files
*.bat text eol=crlf
# Binary files
*.jar binary
*.class binary
*.bin binary
*.idx binary