diff --git a/.gitattributes b/.gitattributes index 99bda9c3e2..ed4e53f5bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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. \ No newline at end of file +# 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. diff --git a/.gitmodules b/.gitmodules index 14d6aa150d..54477b591a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "evap/static/bootstrap"] path = evap/static/bootstrap url = https://github.com/twbs/bootstrap.git - shallow = true \ No newline at end of file + shallow = true diff --git a/README.md b/README.md index 8e68274c35..c19bcb833b 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ MIT, see [LICENSE.md](LICENSE.md). ## Supported Browsers -The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly. \ No newline at end of file +The platform is only tested in Mozilla Firefox and Google Chrome. Other browsers might not render all pages correctly.