Skip to content

Commit

Permalink
style: Indentation and newline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikegentz committed Dec 11, 2024
1 parent 10b15e6 commit 3aa88bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "devcontainer",
"image": "ghcr.io/kubefirst/devcontainers/full",
"forwardPorts": [
3000
],
"features": {
"ghcr.io/shinepukur/devcontainer-features/vale:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"unifiedjs.vscode-mdx",
"ChrisChinchilla.vale-vscode"
],
"settings": {}
}
"name": "devcontainer",
"image": "ghcr.io/kubefirst/devcontainers/full",
"forwardPorts": [
3000
],
"features": {
"ghcr.io/shinepukur/devcontainer-features/vale:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"unifiedjs.vscode-mdx",
"ChrisChinchilla.vale-vscode"
],
"settings": {}
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
"engines": {
"node": ">=20.0"
}
}
}

0 comments on commit 3aa88bb

Please sign in to comment.