diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:55 +0000 |
commit | 19eb463b143164598719e161337b9d861af95452 (patch) | |
tree | 3a3687516f5ebd726abbc3828e049b95caf221e6 | |
parent | Setting core.autocrlf to false. (diff) | |
download | git-19eb463b143164598719e161337b9d861af95452.tar.xz git-19eb463b143164598719e161337b9d861af95452.zip |
Setting core.whitespace.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index 07e778b..b9d61f5 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -11,3 +11,4 @@ [core] autocrlf = false + whitespace = blank-at-eof,blank-at-eol,cr-at-eol,indent-with-non-tab,space-before-tab |