add rulers to vs code workspace settings

prettier has this length configured, so
This commit is contained in:
Matchu 2020-09-04 06:00:11 -07:00
parent 70d3b06742
commit fe1cc83a02

View file

@ -4,5 +4,6 @@
"jest.pathToJest": "yarn test",
"jest.autoEnable": false,
"javascript.suggest.completeJSDocs": false,
"typescript.suggest.completeJSDocs": false
"typescript.suggest.completeJSDocs": false,
"editor.rulers": [80]
}