aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 4008ef70c9bdd01e1c9635e45d6f15aa73fec14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
# vim:fenc=utf-8 ff=unix

# git system files
.gitattributes eol=lf
.gitignore     eol=lf
.editorconfig  eol=lf

*.sh           text eol=lf
*.cmd          -text

# EOF