blob: 33249eda036e482de099bfd21e8696c04175cf9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-FileCopyrightText: Arch Linux contributors
# SPDX-License-Identifier: 0BSD
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
# LF required for interactive patching as of Git 2.17.1
*.diff text eol=lf
*.patch text eol=lf
# Patches have inconsistent line endings, which need to be preserved
github-*.patch binary
|