logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 9556235a612ef7b810cdb7c8ab13052d028df322
parent 263559191386159502fc3088debf6e3555aef2a3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 29 Oct 2019 00:34:10 +0100

coding style: link to ~/.clang-format

Diffstat:

Mcoding style.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coding style.shtml b/coding style.shtml @@ -9,7 +9,7 @@ <main> <h1>Coding Style</h1> <p>Done from scratch to note choices done so far instead of copying and modifying after it. This just denotes my preferred coding style but the most important is for a project’s code to be consistent.</p> - <p>And this applies to all programming languages that I use, even if I’ll use C vocabulary when applicable.</p> + <p>And this applies to all programming languages that I use, even if I’ll use C vocabulary when applicable, implementation of it is done in <a href="/git/dotfiles/file/.clang-format.html">my <code>.clang-format</code> dot-file</a>.</p> <h2>Recommended Reading</h2> <p>The following contain good information, some of which is repeated below, some of which is contradicted below.</p> <ul>