aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-09-23 13:43:11 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-09-23 13:43:11 +0200
commit7ac28a401765b0be829ed6746e57c13ecc709c98 (patch)
tree7ffdf39601045bdcef218f29a238c7583bf2fa0f /.gitconfig
parentd4c38ce55eb5d6d6ac9327b1ce898886f71ac8de (diff)
downloaddotfiles-7ac28a401765b0be829ed6746e57c13ecc709c98.tar.gz
dotfiles-7ac28a401765b0be829ed6746e57c13ecc709c98.zip
git: nuke autocrlf option
Boy it really screws things up! Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index a080dab..9100152 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,7 +8,6 @@
excludesfile = ~/.gitignore
whitespace = trailing-space,space-before-tab
abbrev = 12
- autocrlf = true
[help]
autocorrect = 1
@@ -39,4 +38,4 @@
defaultBranch = main
[commit]
- gpgsign = true \ No newline at end of file
+ gpgsign = true