From b909b09318c86b56869c3906804ff1a1a4620c2c Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 10 Jan 2024 09:23:07 +0530 Subject: [PATCH] cleanup: fix eol Signed-off-by: K.B.Dharun Krishna --- .gitattributes | 2 +- .gitignore | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 479b48d..069ded3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Ref: https://git-scm.com/docs/gitattributes -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index 89d6a56..863576e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ Containerfile sources/ -downloads/ \ No newline at end of file +downloads/ diff --git a/README.md b/README.md index 0b6f538..a16764a 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ This image is based on top of [`vanillaos/desktop`](https://github.com/Vanilla-O ```bash sh prepare.sh podman image build -t vanillaos/vm . -``` \ No newline at end of file +```