mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-12-29 12:18:33 +01:00
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:
parent
c6ce9329a1
commit
05bbdebeaa
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue