diff options
| author | Avamander <avamander@gmail.com> | 2021-01-30 16:48:06 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 16:48:06 (GMT) |
| commit | 04fd4a7d03fe88a44807ca62b3697dfe5864b56c (patch) | |
| tree | e6f6ff8352fe5cb60959f76ca7231cdfb4dc88d4 /.gitconfig | |
| parent | 80838d1e42e83b50188d6237d16c81cfa27781a6 (diff) | |
Create .gitconfig
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..b227447 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[core] + whitespace = blank-at-eol,blank-at-eof,space-before-tab + autocrlf = input +[apply] + whitespace = fix |
