Config
This commit is contained in:
parent
a2245353f3
commit
6eb04ed8be
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# https://dart.dev/guides/libraries/private-files
|
||||
# Created by `dart pub`
|
||||
.dart_tool/
|
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"dart.sdkPath": "~/.asdf/installs/dart/3.3.1",
|
||||
"dart.lineLength": 120,
|
||||
"[dart]": {
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.suggest.insertMode": "replace",
|
||||
"editor.defaultFormatter": "Dart-Code.dart-code",
|
||||
"editor.inlayHints.enabled": "offUnlessPressed",
|
||||
"editor.rulers": [80, 120]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user