Skip to content

Commit

Permalink
Fix missing newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardebeling committed Nov 21, 2023
1 parent c801f10 commit 8ce5a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# things that fail without this:
# * bash autocompletion (.sh): -bash: /etc/bash_completion.d/manage_autocompletion.sh: line 8: syntax error near unexpected token `$'\r''
# * running python files: /usr/bin/env: ‘python3\r’: No such file or directory
# Since that's a huge part of the code base, it doesn't really make sense to allow automatic EOL conversion for the rest of the files.
# Since that's a huge part of the code base, it doesn't really make sense to allow automatic EOL conversion for the rest of the files.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "evap/static/bootstrap"]
path = evap/static/bootstrap
url = https://github.com/twbs/bootstrap.git
shallow = true
shallow = true

0 comments on commit 8ce5a15

Please sign in to comment.