Skip to content

Commit

Permalink
Merge pull request #7 from christoph-heiss/add-editorconfig-and-fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored May 4, 2024
2 parents 48d0a60 + 5215573 commit 6e218b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const translation = useTranslations(lang);
<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://github.com/auxolotl">Github</a></li>
<li><a href="https://github.com/auxolotl">GitHub</a></li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 6e218b3

Please sign in to comment.