mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
Specify a textwidth of 80 for code of this repo in `.js` files. Also add VSCode workspace settings to specify a textwith of 80.
8 lines
88 B
JSON
8 lines
88 B
JSON
{
|
|
"[javascript]": {
|
|
"editor.rulers": [80]
|
|
},
|
|
|
|
"vim.textwidth": 80
|
|
}
|