Files
umbrix/.vscode/settings.json

20 lines
583 B
JSON
Raw Normal View History

{
"dart.lineLength": 250,
"[dart]": {
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.tabSize": 2,
"editor.rulers": [
250
],
"editor.detectIndentation": false,
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"html.format.wrapLineLength": 250,
"dart.flutterSdkPath": ".fvm/versions/3.24.0"
}