Skip to content

Commit

Permalink
format README
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 14, 2024
1 parent 9431ab6 commit 2c9fdfc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ SPDX-License-Identifier: <SPDX License Expression>

# beman.inplace\_vector

![Continuous Integration Tests](https://github.com/beman-project/inplace_vector/actions/workflows/ci_tests.yml/badge.svg)
![Code Format](https://github.com/beman-project/inplace_vector/actions/workflows/pre-commit.yml/badge.svg)

A dynamically-resizable vector with fixed capacity and embedded storage

## Implements
Expand Down Expand Up @@ -44,7 +47,7 @@ TODO: tested platforms.

#### Manual CMake Build

```
```text
# Configure build
$ cmake -S . -B build -DCMAKE_CXX_STANDARD=20
-- The CXX compiler identification is GNU 11.4.0
Expand Down Expand Up @@ -87,7 +90,7 @@ This project use [pre-commit](https://pre-commit.com/) framework for linting.
pip3 install pre-commit
```

[pre-commit] can be configured to automatically triggered before git commit,
pre-commit can be configured to automatically triggered before git commit,
to install this functionality, run:

```bash
Expand Down

0 comments on commit 2c9fdfc

Please sign in to comment.