mirror of
https://github.com/openwrt/packages.git
synced 2026-04-12 14:03:15 +04:00
vscode: update editor settings and commit constraints
Enable trailing whitespace trimming, insert final newline, and force LF. Configure git input validation to warn if subject exceeds 60 characters or if body lines exceed 75 characters. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
376cbe460a
commit
d1acb1cc44
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@@ -1,3 +1,10 @@
|
||||
{
|
||||
"git.alwaysSignOff": true
|
||||
}
|
||||
"git.alwaysSignOff": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"files.eol": "\n",
|
||||
"git.inputValidation": true,
|
||||
"git.inputValidationSubjectLength": 60,
|
||||
"git.inputValidationLineLength": 75
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user