Skip to content

Commit

Permalink
Fix example .env asset
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Dec 14, 2023
1 parent 1f89fed commit 0444bfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
26 changes: 10 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"dart.lineLength": 140,
"[dart]": {
"editor.rulers": [
140
],
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"cSpell.words": [
"proto",
"Struct",
"viam"
],
"cmake.configureOnOpen": false,
"dart.lineLength": 140,
"[dart]": {
"editor.rulers": [140]
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"cSpell.words": ["proto", "Struct", "viam"],
"cmake.configureOnOpen": false
}
2 changes: 1 addition & 1 deletion example/viam_example_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dev_dependencies:
flutter:
uses-material-design: true
assets:
- clint.env
- .env

0 comments on commit 0444bfe

Please sign in to comment.