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 +```