-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitattributes
27 lines (24 loc) · 1.26 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
# Files to convert to a different encoding on checkout/commit
*.rdp working-tree-encoding=UTF-16LE-BOM
*.reg working-tree-encoding=UTF-16LE-BOM
# Script files should always be LF terminated
*.sh text eol=lf
*.bash text eol=lf
*.fish text eol=lf
*.zsh text eol=lf
.bashrc text eol=lf
.mk-sbuild.rc text eol=lf
.quiltrc text eol=lf
.shellcheckrc text eol=lf
.startxwinrc text eol=lf
.zshrc text eol=lf
user-dirs.dirs text eol=lf
git/bin/* text eol=lf
git/hooks/* text eol=lf
openssh/bin/* text eol=lf
scripts/bin/* text eol=lf
# Exclude vendored code from Linguist language detection
stow/* linguist-vendored
themes/* linguist-vendored
vim/.vim/autoload/* linguist-vendored
# vim: syntax=conf cc=80 tw=79 ts=4 sw=4 sts=4 et sr