aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <github@brendanforster.com>2018-06-18 08:23:53 -0300
committerBrendan Forster <github@brendanforster.com>2018-06-18 08:23:53 -0300
commitde60b262fc9d705a2ae7a66f8b186d08f58197b0 (patch)
treebfed3c831d8737c3286e5a86adfa6f21bfeb7acc
parent9b955e4787932c96170faa7fcf3ff8f377af7e42 (diff)
downloadgitignore-de60b262fc9d705a2ae7a66f8b186d08f58197b0.tar.gz
gitignore-de60b262fc9d705a2ae7a66f8b186d08f58197b0.zip
ensure all touched files end in a newline
-rw-r--r--Android.yml2
-rw-r--r--C++.yml2
-rw-r--r--Global/JetBrains.gitignore2
-rw-r--r--Java.yml2
-rw-r--r--Leiningen.yml2
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
diff --git a/C++.yml b/C++.yml
index 444cc2e1..6c108f73 100644
--- a/C++.yml
+++ b/C++.yml
@@ -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
diff --git a/Java.yml b/Java.yml
index fed7f632..b1fd2ee6 100644
--- a/Java.yml
+++ b/Java.yml
@@ -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