Files
fl_chart/.vscode/settings.json
zypherift c7e3f36b06
Some checks failed
Code Coverage / upload (push) Has been cancelled
Gh-Pages / build (push) Has been cancelled
Code Verification / verify (push) Has been cancelled
1.0.0
2025-08-09 18:17:34 +02:00

11 lines
319 B
JSON

{
"dart.lineLength": 80,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off",
"files.insertFinalNewline": true,
"editor.defaultFormatter": "Dart-Code.dart-code"
}