Merge pull request #7 from christoph-heiss/add-editorconfig-and-fix-typo
This commit is contained in:
commit
6e218b38df
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
|
@ -24,7 +24,7 @@ const translation = useTranslations(lang);
|
||||||
<li><a href="https://aux.computer/contribute">Contribute</a></li>
|
<li><a href="https://aux.computer/contribute">Contribute</a></li>
|
||||||
-->
|
-->
|
||||||
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
|
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
|
||||||
<li><a href="https://github.com/auxolotl">Github</a></li>
|
<li><a href="https://github.com/auxolotl">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue