fix(lint): increase line length to 120

This commit is contained in:
2023-11-25 18:15:04 +01:00
parent 8b68c9587c
commit 3d97ee0ab8
3 changed files with 19 additions and 23 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"rewrap.wrappingColumn": 120,
}