Force LF on all text files

This commit is contained in:
Paweł Płazieński 2019-12-31 08:46:44 +01:00
parent a0e82614a2
commit 217ee9faff

View file

@ -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]