add .editorconfig and fix formatting

This commit is contained in:
2026-05-07 16:57:22 +02:00
parent 95a91d9aca
commit e7650c5f56
7 changed files with 52 additions and 42 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[{*.{html.jinja,css,txt}}]
indent_style = tab
indent_size = 4
+1 -1
View File
@@ -1 +1 @@
/dist /dist
+1 -1
View File
@@ -53,4 +53,4 @@ def main():
shutil.copy(src_path, dist_path) shutil.copy(src_path, dist_path)
if __name__ == '__main__': if __name__ == '__main__':
main() main()
+1 -1
View File
@@ -25,4 +25,4 @@
</footer> </footer>
</body> </body>
</html> </html>
+1 -1
View File
@@ -17,4 +17,4 @@
</ul> </ul>
</nav> </nav>
</main> </main>
{% endblock %} {% endblock %}
+21 -21
View File
@@ -4,31 +4,31 @@
{% block main %} {% block main %}
<main> <main>
<h1>Open-Source-Lizenzen</h1> <h1>Open-Source-Lizenzen</h1>
<h2>Schriftarten:</h2> <h2>Schriftarten:</h2>
<h3>Überschriften: <a href="https://fontsarena.com/metropolis-by-chris-simpson/">Metropolis</a></h3> <h3>Überschriften: <a href="https://fontsarena.com/metropolis-by-chris-simpson/">Metropolis</a></h3>
<p>Public Domain (<a href="https://unlicense.org/">Unlicense</a>)</p> <p>Public Domain (<a href="https://unlicense.org/">Unlicense</a>)</p>
<h3>Text: <a href="https://github.com/rsms/inter">Inter</a></h3> <h3>Text: <a href="https://github.com/rsms/inter">Inter</a></h3>
<p> <p>
Copyright (c) 2016-2020 The Inter Project Authors.<br /> Copyright (c) 2016-2020 The Inter Project Authors.<br />
"Inter" is trademark of Rasmus&nbsp;Andersson.<br /> "Inter" is trademark of Rasmus&nbsp;Andersson.<br />
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>. Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
</p> </p>
<h3>Icons: <a href="https://fontawesome.com/">Font Awesome Free</a></h3> <h3>Icons: <a href="https://fontawesome.com/">Font Awesome Free</a></h3>
<p> <p>
Copyright (c) 2024 Fonticons, Inc.<br /> Copyright (c) 2024 Fonticons, Inc.<br />
with Reserved Font Name: "Font Awesome".<br /> with Reserved Font Name: "Font Awesome".<br />
Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>. Licensed under the <a href="https://scripts.sil.org/OFL">SIL Open Font License, Version 1.1</a>.
</p> </p>
<hr /> <hr />
<p> <p>
<a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a> <a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a>
</p> </p>
</main> </main>
{% endblock %} {% endblock %}
+17 -17
View File
@@ -4,24 +4,24 @@
{% block main %} {% block main %}
<main> <main>
<h1>Datenschutz</h1> <h1>Datenschutz</h1>
<p>Verantwortlich für diese Website ist</p> <p>Verantwortlich für diese Website ist</p>
<address> <address>
Niklas Elsbrock<br /> Niklas Elsbrock<br />
<a href="mailto:mail@nelsbrock.de">mail@nelsbrock.de</a> <a href="mailto:mail@nelsbrock.de">mail@nelsbrock.de</a>
</address> </address>
<h2>Keine Erfassung von Besucherinformationen</h2> <h2>Keine Erfassung von Besucherinformationen</h2>
<p> <p>
Beim Besuch der Website unter www.nelsbrock.de werden keine Beim Besuch der Website unter www.nelsbrock.de werden keine
personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind personenbezogenen Daten verarbeitet. Zugriffsprotokolle sind
deaktiviert. deaktiviert.
</p> </p>
<hr /> <hr />
<p> <p>
<a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a> <a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a>
</p> </p>
</main> </main>
{% endblock %} {% endblock %}