Skip to content

Commit 42e7bd0

Browse files
committed
Removed line breaks from readme
1 parent 55a5cca commit 42e7bd0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
A modern development environment for cmake based C++ projects\
33
Pre-configured with the latest tools and vs code extensions
44

5-
<br>
6-
75
## Integrating within a project
86
From the root of the project
97
```
108
git submodule add https://github.com/OriKerer/cpp-dev-container.git .devcontainer
119
```
1210
And simply launch the container from the [remote-container extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) with `Remote-Containers: Reopen in container`
1311

14-
<br>
15-
1612
## Using lint & static analysis
1713
include the cmake script in your `CMakeLists.txt`
1814
```cmake
@@ -23,8 +19,6 @@ and use one of the targets:
2319
- `format` / `format-fix`
2420
- `static-analysis`
2521

26-
<br>
27-
2822
## Package List
2923
### build tools
3024
* gcc-11

0 commit comments

Comments
 (0)