Browse Source

Merge pull request #207 from Leptopoda/feature/vscode_worksapces

add vscode formatting settings
pull/209/head
Kate 2 years ago committed by GitHub
parent
commit
07da087f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .vscode/settings.json

4
.vscode/settings.json vendored

@ -0,0 +1,4 @@
{
"dart.lineLength": 120,
"yaml.format.singleQuote": true
}
Loading…
Cancel
Save