diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:19:57 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:19:57 +0100 |
| commit | afd67b8d2a8e894bc338ac94303bf287bf6f590a (patch) | |
| tree | e9d5e6826f00f6ca91e63674f84a737481432c7b /.config | |
| parent | 712863bd9f715e172d824e7f3cecd22eb03e0b06 (diff) | |
git: don't make trailing whitespace an error
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index e976288..cc46a02 100644 --- a/.config/git/config +++ b/.config/git/config @@ -34,7 +34,7 @@ # Treat spaces before tabs and all kinds of trailing whitespace as an error # [default] trailing-space: looks for spaces at the end of a line # [default] space-before-tab: looks for spaces before tabs at the beginning of a line - whitespace = space-before-tab,-indent-with-non-tab,trailing-space + whitespace = space-before-tab,-indent-with-non-tab,-trailing-space # Make `git rebase` safer on OS X # More info: <http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/> |