commit: d6e4bc374b2d0d2b1a44947f4d9f2919dbc2868a
parent aad9f7c1e9fa0bf3f3787e2306e2af4e7ad85c73
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 29 Oct 2019 00:34:10 +0100
coding style: link to ~/.clang-format
Diffstat:
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>