mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
9cfffc3377
* wip * hide `DynamicColorListTile` if unavailable * added color animation for `AnimatedDialog` * adjusted some colors * sync `AnimatedDialog` insets with material * scroll to selected color
26 lines
No EOL
641 B
JSON
26 lines
No EOL
641 B
JSON
{
|
|
"task.slowProviderWarning": true,
|
|
"dart.flutterSdkPath": "fvm",
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"dart.lineLength": 100,
|
|
"[dart]": {
|
|
"editor.rulers": [
|
|
100,
|
|
120,
|
|
],
|
|
"editor.selectionHighlight": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"editor.suggestSelection": "first",
|
|
"editor.tabCompletion": "onlySnippets",
|
|
"editor.wordBasedSuggestions": false
|
|
},
|
|
"dart.doNotFormat": [
|
|
"**/generated/**",
|
|
"lib/data/**"
|
|
],
|
|
} |