ai.robots.txt/.editorconfig
fiskhandlarn 05bbdebeaa feat: disallow final newline for files generated by python
if any of these files have ending newlines the tests will fail
2025-11-28 10:47:22 +01:00

9 lines
189 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{Caddyfile,haproxy-block-ai-bots.txt,nginx-block-ai-bots.conf}]
insert_final_newline = false