Files
packages/.vscode/settings.json
T
Josef Schlehofer 2f565c0ab1 vscode: update commit message validation line length
Adjusted per 8dbf9b876eef092c46dd129ba6d3cf932f1e074a ("check_formalities.sh: increase line length limits") from actions-shared-workflows repository [1]

[1] https://github.com/openwrt/actions-shared-workflows/commit/8dbf9b876eef092c46dd129ba6d3cf932f1e074a

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2026-07-04 15:30:52 +02:00

11 lines
293 B
JSON

{
"git.alwaysSignOff": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.eol": "\n",
"git.inputValidation": true,
"git.inputValidationSubjectLength": 80,
"git.inputValidationLineLength": 100
}