m3_lightmeter/.vscode/settings.json

25 lines
624 B
JSON
Raw Normal View History

2023-01-26 15:03:48 +00:00
{
"task.slowProviderWarning": true,
2023-01-26 15:33:33 +00:00
"dart.flutterSdkPath": "fvm",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"dart.lineLength": 120,
2023-01-26 15:03:48 +00:00
"[dart]": {
"editor.rulers": [
120,
],
"editor.selectionHighlight": true,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
2023-01-26 15:03:48 +00:00
},
"dart.doNotFormat": [
"**/generated/**",
"lib/data/**"
2023-01-26 15:33:33 +00:00
],
2023-01-26 15:03:48 +00:00
}