diff options
author | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:23:53 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-06-18 08:23:53 -0300 |
commit | de60b262fc9d705a2ae7a66f8b186d08f58197b0 (patch) | |
tree | bfed3c831d8737c3286e5a86adfa6f21bfeb7acc | |
parent | 9b955e4787932c96170faa7fcf3ff8f377af7e42 (diff) | |
download | gitignore-de60b262fc9d705a2ae7a66f8b186d08f58197b0.tar.gz gitignore-de60b262fc9d705a2ae7a66f8b186d08f58197b0.zip |
ensure all touched files end in a newline
-rw-r--r-- | Android.yml | 2 | ||||
-rw-r--r-- | C++.yml | 2 | ||||
-rw-r--r-- | Global/JetBrains.gitignore | 2 | ||||
-rw-r--r-- | Java.yml | 2 | ||||
-rw-r--r-- | Leiningen.yml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Android.yml b/Android.yml index c4c306d9..85943339 100644 --- a/Android.yml +++ b/Android.yml @@ -1,2 +1,2 @@ editors: - - Global/JetBrains.gitignore
\ No newline at end of file + - Global/JetBrains.gitignore @@ -1,2 +1,2 @@ aliases: - - Fortran
\ No newline at end of file + - Fortran diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 960ad6e5..629500fd 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -49,4 +49,4 @@ fabric.properties .idea/httpRequests # Rider-specific rules -*.sln.iml
\ No newline at end of file +*.sln.iml @@ -1,2 +1,2 @@ aliases: - - Kotlin
\ No newline at end of file + - Kotlin diff --git a/Leiningen.yml b/Leiningen.yml index 0a0bb345..4ad282bc 100644 --- a/Leiningen.yml +++ b/Leiningen.yml @@ -1,2 +1,2 @@ aliases: - - Clojure
\ No newline at end of file + - Clojure |