[no ci] Add Linux Dev Container (#448)

This commit is contained in:
Michael Wilson
2024-06-27 13:52:14 +10:00
committed by GitHub
parent 7f5103d9ee
commit f826be664f
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "SteamRT Sniper SDK",
"image": "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
]
}
}
}

View File

@@ -10,5 +10,5 @@ indent_size = 4
max_line_length = 140 max_line_length = 140
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.json] [{*.json,*.yaml,*.yml}]
indent_size = 2 indent_size = 2