From 0a19f1db0728c4adcc20250c8a35083a4cbbaf20 Mon Sep 17 00:00:00 2001 From: Horror Proton <107091537+horror-proton@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:18:19 +0000 Subject: [PATCH] style: format devcontainer.json --- .devcontainer/devcontainer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c9050820b3..cf0f974d4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,16 +1,16 @@ { - "image":"mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04", + "image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04", "features": { "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers/features/sshd:1": {} }, - "postCreateCommand": "sudo sh -ce 'apt update && apt install g++-12 -y && echo export CC=gcc-12 CXX=g++-12 >> /etc/profile.d/set-compiler.sh'", - "customizations": { - "vscode": { - "extensions": [ - "llvm-vs-code-extensions.vscode-clangd", - "DavidAnson.vscode-markdownlint" - ] - } - } + "postCreateCommand": "sudo sh -ce 'apt update && apt install g++-12 -y && echo export CC=gcc-12 CXX=g++-12 >> /etc/profile.d/set-compiler.sh'", + "customizations": { + "vscode": { + "extensions": [ + "llvm-vs-code-extensions.vscode-clangd", + "DavidAnson.vscode-markdownlint" + ] + } + } }