updated config

This commit is contained in:
Vadim 2025-01-19 20:48:57 +01:00
parent 86d012ea33
commit 703ca85f0a
3 changed files with 27 additions and 22 deletions

3
.fvmrc Normal file
View file

@ -0,0 +1,3 @@
{
"flutter": "3.27.1"
}

2
.gitignore vendored
View file

@ -5,9 +5,11 @@
*.swp *.swp
.DS_Store .DS_Store
.atom/ .atom/
.build/
.buildlog/ .buildlog/
.history .history
.svn/ .svn/
.swiftpm/
migrate_working_dir/ migrate_working_dir/
# IntelliJ related # IntelliJ related

View file

@ -1,6 +1,6 @@
{ {
"task.slowProviderWarning": true, "task.slowProviderWarning": true,
"dart.flutterSdkPath": ".fvm/flutter_sdk", "dart.flutterSdkPath": ".fvm/versions/3.27.1",
"search.exclude": { "search.exclude": {
"**/.fvm": true "**/.fvm": true
}, },
@ -10,7 +10,7 @@
"dart.lineLength": 120, "dart.lineLength": 120,
"[dart]": { "[dart]": {
"editor.rulers": [ "editor.rulers": [
120, 120
], ],
"editor.selectionHighlight": true, "editor.selectionHighlight": true,
"editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggest.snippetsPreventQuickSuggestions": false,
@ -21,5 +21,5 @@
"dart.doNotFormat": [ "dart.doNotFormat": [
"**/generated/**", "**/generated/**",
"lib/data/**" "lib/data/**"
], ]
} }