pull/158/head
Roxedus 2023-10-17 21:50:06 +02:00
rodzic 031cceddd9
commit 4179e22274
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EBC13557C4D91D7B
3 zmienionych plików z 18 dodań i 0 usunięć

12
.editorconfig 100644
Wyświetl plik

@ -0,0 +1,12 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# trim_trailing_whitespace may cause unintended issues and should not be globally set true
trim_trailing_whitespace = false
[**.yml]
indent_style = space
indent_size = 4

Wyświetl plik

@ -0,0 +1,3 @@
MD007:
indent: 4
line-length: false

Wyświetl plik

@ -86,3 +86,6 @@ plugins:
- minify:
minify_html: true
- search
- redirects:
redirect_maps:
'faq.md': 'FAQ.md'