feat: disallow final newline for files generated by python

if any of these files have ending newlines the tests will fail
This commit is contained in:
fiskhandlarn 2025-11-28 10:47:22 +01:00
commit 05bbdebeaa

View file

@ -4,3 +4,6 @@ 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