Make sure all files have trailing newline (#5076) (#5081)

* Make sure all files have trailing newline.

* Adjust tests.

(cherry picked from commit fa6c009ff0)
This commit is contained in:
Felix Fontein 2022-08-05 21:31:26 +02:00 committed by GitHub
commit 7933fe7ea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
188 changed files with 229 additions and 166 deletions

View file

@ -1,2 +1,2 @@
[http]
proxy = foo
proxy = foo

View file

@ -12,4 +12,4 @@
shell: "git --version | grep 'git version' | sed 's/git version //'"
register: git_version
ignore_errors: yes
...
...

View file

@ -7,4 +7,4 @@ git_version_supporting_includes: 1.7.10
option_name: http.proxy
option_value: 'foo'
option_scope: global
...
...