diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index 58f940ca..087ef0cd 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -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: @@ -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. \ No newline at end of file +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.