robots.txt

This commit is contained in:
2025-10-30 09:00:14 +01:00
parent 1821c3d5f6
commit e412aa60cb
3 changed files with 21 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
# https://editorconfig.org/
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
indent_style = space