mirror of
https://github.com/openwrt/packages.git
synced 2026-07-12 22:44:28 +04:00
2f565c0ab1
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>
11 lines
293 B
JSON
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
|
|
}
|