backup: before proxies page modernization
This commit is contained in:
37
.vscode/settings.json
vendored
37
.vscode/settings.json
vendored
@@ -1,21 +1,20 @@
|
||||
{
|
||||
"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.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"
|
||||
}
|
||||
Reference in New Issue
Block a user