From a34fb393935f435886b80fe2dd92257aa76f9a61 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Sat, 13 Jul 2024 16:02:11 +0000
Subject: [PATCH] style: prettier format all files
---
.devcontainer/devcontainer.json | 77 ++++++++++++++++++--------------------
1 files changed, 36 insertions(+), 41 deletions(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 2765d8c..3ecac95 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,46 +1,41 @@
{
- "name": "Hugo (Community)",
- "build": {
- "dockerfile": "Dockerfile",
- "args": {
- // Update VARIANT to pick hugo variant.
- // Example variants: hugo, hugo_extended
- // Rebuild the container if it already exists to update.
- "VARIANT": "hugo",
- // Update VERSION to pick a specific hugo version.
- // Example versions: latest, 0.73.0, 0,71.1
- // Rebuild the container if it already exists to update.
- "VERSION": "latest",
- // Update NODE_VERSION to pick the Node.js version: 12, 14
- "NODE_VERSION": "14"
- }
- },
+ "name": "Hugo (Community)",
+ "build": {
+ "dockerfile": "Dockerfile",
+ "args": {
+ // Update VARIANT to pick hugo variant.
+ // Example variants: hugo, hugo_extended
+ // Rebuild the container if it already exists to update.
+ "VARIANT": "hugo",
+ // Update VERSION to pick a specific hugo version.
+ // Example versions: latest, 0.73.0, 0,71.1
+ // Rebuild the container if it already exists to update.
+ "VERSION": "latest",
+ // Update NODE_VERSION to pick the Node.js version: 12, 14
+ "NODE_VERSION": "14"
+ }
+ },
- // Configure tool-specific properties.
- "customizations": {
- // Configure properties specific to VS Code.
- "vscode": {
- // Set *default* container specific settings.json values on container create.
- "settings": {
- "html.format.templating": true
- },
-
- // Add the IDs of extensions you want installed when the container is created.
- "extensions": [
- "bungcip.better-toml",
- "davidanson.vscode-markdownlint"
- ]
- }
- },
+ // Configure tool-specific properties.
+ "customizations": {
+ // Configure properties specific to VS Code.
+ "vscode": {
+ // Set *default* container specific settings.json values on container create.
+ "settings": {
+ "html.format.templating": true
+ },
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
- "forwardPorts": [
- 1313
- ],
+ // Add the IDs of extensions you want installed when the container is created.
+ "extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"]
+ }
+ },
- // Use 'postCreateCommand' to run commands after the container is created.
- // "postCreateCommand": "uname -a",
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
+ "forwardPorts": [1313],
- // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
- "remoteUser": "node"
-}
\ No newline at end of file
+ // Use 'postCreateCommand' to run commands after the container is created.
+ // "postCreateCommand": "uname -a",
+
+ // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
+ "remoteUser": "node"
+}
--
Gitblit v1.10.0