Skip to content

Commit 6e218b3

Browse files
authored
Merge pull request #7 from christoph-heiss/add-editorconfig-and-fix-typo
2 parents 48d0a60 + 5215573 commit 6e218b3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = tab
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

src/components/Header.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const translation = useTranslations(lang);
2424
<li><a href="https://aux.computer/contribute">Contribute</a></li>
2525
-->
2626
<li><a href="https://forum.aux.computer">{translation("header.community")}</a></li>
27-
<li><a href="https://github.com/auxolotl">Github</a></li>
27+
<li><a href="https://github.com/auxolotl">GitHub</a></li>
2828
</ul>
2929
</nav>
3030
</div>

0 commit comments

Comments
 (0)