diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
commit | 57b9bf9226032695678aaf2c354f794340221063 (patch) | |
tree | 9c3c317ecd7b24fa2080ed6ea73ad17a121a705d | |
parent | Setting color.ui to true. (diff) | |
download | git-57b9bf9226032695678aaf2c354f794340221063.tar.xz git-57b9bf9226032695678aaf2c354f794340221063.zip |
Setting core.autocrlf to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |