2024-05-31 13:41:35 +02:00
|
|
|
{
|
2025-12-26 02:39:35 +03:00
|
|
|
"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"
|
2024-05-31 13:41:35 +02:00
|
|
|
}
|