From cd211c667df029772fc10bab98e7c8600b71a395 Mon Sep 17 00:00:00 2001 From: Yidi Date: Sat, 5 Oct 2024 14:51:24 -0400 Subject: [PATCH 1/4] docs: maintain consistency in FUNDING.yml formatting This change ensures that the FUNDING.yml file adheres to formatting standards by adding a newline at the end of the file. While it does not impact functionality, maintaining consistent formatting is important for better readability and to adhere to best practices. --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d830c76..33e5e37 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [YidiDev] +github: [YidiDev] \ No newline at end of file From 5f51f15531aa229c71b42c123674f341db93f2b7 Mon Sep 17 00:00:00 2001 From: Yidi Date: Sat, 5 Oct 2024 14:51:31 -0400 Subject: [PATCH 2/4] docs(funding): add newline at end of FUNDING.yml for consistency This commit adds a newline at the end of the FUNDING.yml file to maintain consistency with other files in the project. Ensuring a newline at the end of files is a common practice that enhances compatibility across different tools and platforms. --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 33e5e37..d830c76 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: [YidiDev] \ No newline at end of file +github: [YidiDev] From f34872d3dd645d62282e6d85183b9bdf44ec7f6b Mon Sep 17 00:00:00 2001 From: Yidi Date: Sat, 5 Oct 2024 14:51:41 -0400 Subject: [PATCH 3/4] chore(gitignore): ensure newline at end of file Add a newline at the end of the .gitignore file to meet POSIX standards, improving cross-platform compatibility and preventing potential issues with version control systems. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f00cb7d..5d7f8ca 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,4 @@ Desktop.ini /project/ /.Rproj.user/ /.vscode/* -.Rproj.user/ \ No newline at end of file +.Rproj.user/ From fdaad9a4557d5751fce4ec627330797fa7f6bd9b Mon Sep 17 00:00:00 2001 From: Yidi Date: Sat, 5 Oct 2024 14:51:48 -0400 Subject: [PATCH 4/4] chore(gitignore): fix formatting by ensuring newline at EOF This commit corrects the formatting in the .gitignore file by adding a newline at the end of the file. Ensuring a newline at EOF is a best practice for maintaining code consistency and preventing potential issues with tools that require this format. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d7f8ca..f00cb7d 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,4 @@ Desktop.ini /project/ /.Rproj.user/ /.vscode/* -.Rproj.user/ +.Rproj.user/ \ No newline at end of file