diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:18 +0000 |
commit | 35e7ae3c86313fe9e12eb04ea3a1f0dea60696e1 (patch) | |
tree | c652bf305143244de33b08cba034f022039bb46e | |
parent | Setting color.ui to true. (diff) | |
download | git-35e7ae3c86313fe9e12eb04ea3a1f0dea60696e1.tar.xz git-35e7ae3c86313fe9e12eb04ea3a1f0dea60696e1.zip |
Setting core.autocrlf to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index 077937d..07e778b 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -8,3 +8,6 @@ [color] ui = true + +[core] + autocrlf = false |