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
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related

View file

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