From 6d40dbb66499bf42a0990fa9097b626d5220ae51 Mon Sep 17 00:00:00 2001 From: Stefan Smolen <ssmole@microsoft.com> Date: Wed, 17 Apr 2024 19:23:37 +0000 Subject: [PATCH] Add .spec to lf line endings in .gitattributes All existing *.spec files should have lf and be text-based. Change-Id: I88a6fe8b9191a391bd26eb42d217e756e079efb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5457940 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Samuel Huang <huangs@chromium.org> Auto-Submit: Stefan Smolen <ssmole@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1288901} --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 33937699e8962..adf75e4d16817 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,6 +30,7 @@ *.proto text eol=lf *.rs text eol=lf *.sh text eol=lf +*.spec text eol=lf *.sql text eol=lf *.toml text eol=lf *.txt text eol=lf