blob: d553e978db051215d6943faa18eb83ff1de80cfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# CAUTION:
# Always run the following command after adding/editing an
# `eol` entry:
#
# git add --renormalize FILES_WITH_AFFECTED_EXTENSION
#
# This keeps existing files consistent with the new setting.
#
# Example:
#
# git add --renormalize '*.foo' '*.bar'
.editorconfig text eol=lf
.gitattributes text eol=lf
# LF required for interactive patching as of Git 2.17.1
*.diff text eol=lf
*.patch text eol=lf
PKGBUILD text eol=lf
|