Skip to content

Commit 37a6c8c

Browse files
authored
chore: correct line endings
1 parent 04218f9 commit 37a6c8c

File tree

4 files changed

+31
-35
lines changed

4 files changed

+31
-35
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# x-release-please-start-version
2-
FROM ghcr.io/philips-software/amp-devcontainer-cpp:6.5.3
3-
# x-release-please-end
4-
5-
HEALTHCHECK NONE
1+
# x-release-please-start-version
2+
FROM ghcr.io/philips-software/amp-devcontainer-cpp:6.5.3
3+
# x-release-please-end
4+
5+
HEALTHCHECK NONE
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"build": {
3-
"dockerfile": "Dockerfile"
4-
}
5-
}
1+
{
2+
"build": {
3+
"dockerfile": "Dockerfile"
4+
}
5+
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
2-
version: 2
3-
4-
updates:
5-
- package-ecosystem: docker
6-
directory: .devcontainer
7-
schedule:
8-
interval: weekly
9-
cooldown:
10-
default-days: 5
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: docker
6+
directory: .devcontainer
7+
schedule:
8+
interval: weekly
9+
cooldown:
10+
default-days: 5
Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
{
2-
"id": "cpp-template",
3-
"version": "6.5.3",
4-
"name": "amp-devcontainer-cpp",
5-
"description": "A modern, batteries-included software development environment for C++",
6-
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7-
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8-
"publisher": "philips-software",
9-
"optionalPaths": [
10-
".github/dependabot.yml"
11-
],
12-
"platforms": [
13-
"Any"
14-
]
15-
}
1+
{
2+
"id": "cpp-template",
3+
"version": "6.5.3",
4+
"name": "amp-devcontainer-cpp",
5+
"description": "A modern, batteries-included software development environment for C++",
6+
"documentationURL": "https://github.com/philips-software/amp-devcontainer/blob/main/README.md",
7+
"licenseURL": "https://github.com/philips-software/amp-devcontainer/blob/main/LICENSE",
8+
"publisher": "philips-software",
9+
"optionalPaths": [".github/dependabot.yml"],
10+
"platforms": ["Any"]
11+
}

0 commit comments

Comments
 (0)