This commit is contained in:
Rapougnac 2024-03-13 15:20:52 +01:00
parent a2245353f3
commit 6eb04ed8be
Signed by: Lexedia
GPG Key ID: 89F8229836528B69
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored Normal file
View 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
View 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]
}
}