This commit is contained in:
snoweuph 2026-04-15 18:00:37 +00:00
commit 0672792fa2
44 changed files with 9 additions and 179712 deletions

View file

@ -179,7 +179,7 @@ consistency and to avoid clashing opinions on how formatters should behave, we
are very opinionated on how those files should be formatted.</p>
<ul>
<li>Nix files <strong>must</strong> be formatted with the Alejandra formatter, following some
specific tips found in <a href="#nix-sec-code-style-nix">Nix style section</a>.</li>
specific tips found in <a href="#sec-code-style-nix">Nix style section</a>.</li>
<li>Markdown files <strong>must</strong> be formatted with the <code>deno fmt</code> command, as described
in the <a href="#sec-code-style-markdown">Markdown style section</a>.</li>
</ul>