Skip to content

Commit

Permalink
[no ci] Add Linux Dev Container (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin authored Jun 27, 2024
1 parent 7f5103d commit f826be6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .devcontainer/linux/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "SteamRT Sniper SDK",
"image": "registry.gitlab.steamos.cloud/steamrt/sniper/sdk:latest",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
]
}
}
}
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ indent_size = 4
max_line_length = 140
trim_trailing_whitespace = true

[*.json]
[{*.json,*.yaml,*.yml}]
indent_size = 2

0 comments on commit f826be6

Please sign in to comment.