Skip to content

Commit

Permalink
Undo needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Dec 2, 2023
1 parent d0572cc commit 59a772b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions check-var-exists.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function check_var_exists {
if [ -z $1 ]; then
echo >&2 "ERROR: $2"
exit 1
fi
}
12 changes: 12 additions & 0 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://dprint.dev/schemas/v0.json",
"incremental": true,
"markdown": {},
"includes": [
"**/*.{md}"
],
"excludes": [],
"plugins": [
"https://plugins.dprint.dev/markdown-0.15.1.wasm"
]
}

0 comments on commit 59a772b

Please sign in to comment.