Skip to content

Commit

Permalink
draft: memfault sdk esp component article (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp authored Oct 24, 2024
1 parent 109a44e commit 910f1d8
Show file tree
Hide file tree
Showing 7 changed files with 428 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overrides:
- files: "*.md"
options:
proseWrap: always
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"**/*.md"
],
"grammarly.config.documentDialect": "american",
"grammarly.config.suggestions.OxfordComma": true
}
"grammarly.config.suggestions.OxfordComma": true,
"[markdown]": {
"editor.formatOnSave": true
}
}
Loading

0 comments on commit 910f1d8

Please sign in to comment.