mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
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.
This commit is contained in:
parent
1f1a958555
commit
49388737a4
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"[javascript]": {
|
||||
"editor.rulers": [80]
|
||||
},
|
||||
|
||||
"vim.textwidth": 80
|
||||
}
|
||||
@ -1,5 +1,9 @@
|
||||
# Contributing
|
||||
|
||||
## Textwidth
|
||||
|
||||
For code of this repo in `.js` files, stick to a textwidth of 80.
|
||||
|
||||
## Commit Message Format
|
||||
|
||||
The commit message format is as follows:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user