Skip to content

Commit

Permalink
Merge pull request #432 from simsong/joachimmetz-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong authored Nov 25, 2023
2 parents 5dacbfd + 9365df0 commit 22da4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_STANDARDS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Coding Standards and Guide

## Coding Standards
Unless otherwise specified, we follow the (Google C++ Coding Standards)[https://google.github.io/styleguide/cppguide.html] and the (LLVM Coding Standards)[https://llvm.org/docs/CodingStandards.html].
Unless otherwise specified, we follow the [Google C++ Coding Standards](https://google.github.io/styleguide/cppguide.html) and the [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html).

Here are the exceptions:

Expand All @@ -14,4 +14,4 @@ We format all of the text using clang-format.

## Coding Guide

1. We try to use the sbuf_t as the the fundamental unit of memory allocation. This allows us no-copy creation of substrings, tracking of the source of every piece of memory from the original disk image (or file), and how the memory was decoded.
1. We try to use the sbuf_t as the the fundamental unit of memory allocation. This allows us no-copy creation of substrings, tracking of the source of every piece of memory from the original disk image (or file), and how the memory was decoded.

0 comments on commit 22da4f4

Please sign in to comment.