Skip to content

Commit

Permalink
readme: Coding Style chapter
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Smolov <[email protected]>
  • Loading branch information
ssmolov committed Jan 30, 2023
1 parent 4eb9f48 commit 06b5a1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The list of tools required to build the project:
* C++17-compatible compiler (e.g, `gcc` or `clang`)
* CMake-supported "build" system (e.g., `make` or `ninja`)

### Coding Style

We use [LLVM Coding Conventions](https://llvm.org/docs/CodingStandards.html) with some project-specific refinements.

### Compiling from Command Line

```
Expand Down

0 comments on commit 06b5a1f

Please sign in to comment.