Skip to content

Commit

Permalink
change default vs code line length to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jul 25, 2024
1 parent b3ef45c commit 185cf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dart.lineLength": 120,
"dart.lineLength": 80,
"editor.rulers": [
120,
80,
]
}

0 comments on commit 185cf8d

Please sign in to comment.