diff options
| author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-12 12:22:12 +0200 |
|---|---|---|
| committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-08-12 12:22:12 +0200 |
| commit | cc6d301bac4ce319565f0165388559480eb38b41 (patch) | |
| tree | e7b7da4fef5b2c5754555c5210e6be2ae740cbca /.gitattributes | |
| download | tagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.tar.gz tagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.tar.bz2 tagtooltip-cc6d301bac4ce319565f0165388559480eb38b41.zip | |
MDK Base
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f811f6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Disable autocrlf on generated files, they always generate with LF +# Add any extra files or paths here to make git stop saying they +# are changed when only line endings change. +src/generated/**/.cache/cache text eol=lf +src/generated/**/*.json text eol=lf |
