Skip to content

Commit

Permalink
chore(config): Always insert final newline (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt authored Oct 9, 2024
1 parent f2ae842 commit 265fb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
]
}
],
"files.insertFinalNewline": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
Expand Down

0 comments on commit 265fb7e

Please sign in to comment.