From ad32156d95f65ce25ca223d90dae1f546148e7be Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Sat, 22 Jul 2023 20:40:20 +0200 Subject: [PATCH] README: add newline at end of file Some text editors (such as vim) automatically add a newline at end of files. `git diff` also treats absence of newline at end of file in a special way. Add a newline at end of file README.md generated by the template to make it more convenient to use. --- .github/template-cleanup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/template-cleanup/README.md b/.github/template-cleanup/README.md index 7ebfb6f..9c342d7 100644 --- a/.github/template-cleanup/README.md +++ b/.github/template-cleanup/README.md @@ -41,4 +41,4 @@ To keep everything working, do not remove `` sections. Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template -[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation \ No newline at end of file +[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation