diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-23 13:43:11 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-09-23 13:43:11 +0200 |
| commit | 7ac28a401765b0be829ed6746e57c13ecc709c98 (patch) | |
| tree | 7ffdf39601045bdcef218f29a238c7583bf2fa0f /.gitconfig | |
| parent | d4c38ce55eb5d6d6ac9327b1ce898886f71ac8de (diff) | |
| download | dotfiles-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-- | .gitconfig | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
