diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2024-10-22 22:36:05 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2024-10-22 22:36:05 +0200 |
| commit | 257127aa7f0fbb66ddd2600dd3d6a6aca60e56b8 (patch) | |
| tree | 27f8d1916c0b0f06d806787d1a6226b2cd6bee71 /.gitattributes | |
initial commit
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf |
