fixed the formatting on the shell output
This commit is contained in:
parent
59cddd1d48
commit
ee7c256274
|
@ -13,6 +13,8 @@ A template for C and CPP programming that makes use of the cmocka unit testing f
|
||||||
## Directory Overview
|
## Directory Overview
|
||||||
|
|
||||||
It's focused on wide compatibility with multiple systems and setup for vim usage..
|
It's focused on wide compatibility with multiple systems and setup for vim usage..
|
||||||
|
```sh
|
||||||
|
tree -L 2 ./
|
||||||
├── build
|
├── build
|
||||||
├── CMakeLists.txt
|
├── CMakeLists.txt
|
||||||
├── docs
|
├── docs
|
||||||
|
@ -28,7 +30,7 @@ It's focused on wide compatibility with multiple systems and setup for vim usage
|
||||||
└── CMakeLists.txt
|
└── CMakeLists.txt
|
||||||
|
|
||||||
5 directories, 8 files
|
5 directories, 8 files
|
||||||
|
```
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
There are two scripts setup inside the project directory:
|
There are two scripts setup inside the project directory:
|
||||||
|
|
Loading…
Reference in New Issue