Skip to content

Commit 0247733

Browse files
authored
build: show ruler at 100 since we have a lint for it (angular#29276)
1 parent 738f57c commit 0247733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"editor.defaultFormatter": "esbenp.prettier-vscode",
2121
"editor.formatOnSave": true
2222
},
23-
"typescript.tsdk": "node_modules/typescript/lib"
23+
"typescript.tsdk": "node_modules/typescript/lib",
24+
"editor.rulers": [100]
2425
}

0 commit comments

Comments
 (0)