Top-Bar-Organizer/.vscode/settings.json
Julian Schacher 49388737a4
Other: Specify a textwidth of 80 for JavaScript
Specify a textwidth of 80 for code of this repo in `.js` files.
Also add VSCode workspace settings to specify a textwith of 80.
2021-05-14 13:18:30 +02:00

8 lines
88 B
JSON

{
"[javascript]": {
"editor.rulers": [80]
},
"vim.textwidth": 80
}