mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 02:45:58 +02:00
Force LF on all text files
This commit is contained in:
parent
a0e82614a2
commit
217ee9faff
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
||||||
[core]
|
[core]
|
||||||
excludesFile = ~/.gitignore_global
|
excludesFile = ~/.gitignore_global
|
||||||
whitespace = trailing-space space-before-tab
|
whitespace = trailing-space space-before-tab
|
||||||
|
eol = lf
|
||||||
|
autocrlf = false
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
[pull]
|
[pull]
|
||||||
|
|
Loading…
Add table
Reference in a new issue