Skip to content

Commit b1f93ce

Browse files
authored
chore: add rulers to vscode settings (#399)
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #370 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Added `"editor.rulers": [80]` to `.vscode/settings.json`. This should add a ruler to indicate when a line break will occur.
1 parent 4360d4d commit b1f93ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
},
55
"editor.defaultFormatter": "esbenp.prettier-vscode",
66
"editor.formatOnSave": true,
7+
"editor.rulers": [80],
78
"eslint.probe": [
89
"javascript",
910
"javascriptreact",

0 commit comments

Comments
 (0)