Commit 265fb7e

Fei Yang <18493471+qianlongzt@users.noreply.github.com>
2024-10-09 14:57:27
chore(config): Always insert final newline (#17)
1 parent f2ae842
Changed files (2)
.github
ISSUE_TEMPLATE
.vscode
.github/ISSUE_TEMPLATE/config.yml
@@ -1,3 +1,4 @@
+# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
 blank_issues_enabled: true
 contact_links:
   - name: Scoop Community Support
.vscode/settings.json
@@ -15,6 +15,7 @@
             ]
         }
     ],
+    "files.insertFinalNewline": true,
     "files.exclude": {
         "**/.git": true,
         "**/.svn": true,