diff --git a/.devcontainer/linux/devcontainer.json b/.devcontainer/linux/devcontainer.json new file mode 100644 index 00000000..e0c201dd --- /dev/null +++ b/.devcontainer/linux/devcontainer.json @@ -0,0 +1,11 @@ +{ + "name": "SteamRT Sniper SDK", + "image": "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest", + "customizations": { + "vscode": { + "extensions": [ + "ms-vscode.cpptools" + ] + } + } +} \ No newline at end of file diff --git a/.editorconfig b/.editorconfig index ebda72a3..1965059a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ indent_size = 4 max_line_length = 140 trim_trailing_whitespace = true -[*.json] +[{*.json,*.yaml,*.yml}] indent_size = 2