diff options
-rwxr-xr-x | ag | 1 | ||||
-rw-r--r-- | lib/hotfixes.rb | 1 | ||||
-rw-r--r-- | lib/rendering.rb | 3 | ||||
-rw-r--r-- | lib/storage.rb | 1 | ||||
-rw-r--r-- | lib/threading.rb | 3 | ||||
-rw-r--r-- | lib/utils.rb | 1 |
6 files changed, 8 insertions, 2 deletions
@@ -252,3 +252,4 @@ begin rescue NoMethodError abort "Internal Error: Unknown action: #{$options.action}" end +# vim: ts=2 sts=2 et ft=ruby: diff --git a/lib/hotfixes.rb b/lib/hotfixes.rb index 2dc8fc9..1c60dad 100644 --- a/lib/hotfixes.rb +++ b/lib/hotfixes.rb @@ -10,3 +10,4 @@ class Maildir::Message @unique_name, @info = filename.split(COLON, 2) end end +# vim: ts=2 sts=2 et ft=ruby: diff --git a/lib/rendering.rb b/lib/rendering.rb index 7649fcf..4d81197 100644 --- a/lib/rendering.rb +++ b/lib/rendering.rb @@ -65,4 +65,5 @@ module Ag::Rendering (content_type || '').split(';').first end end -end
\ No newline at end of file +end +# vim: ts=2 sts=2 et ft=ruby: diff --git a/lib/storage.rb b/lib/storage.rb index 081e206..e9aea92 100644 --- a/lib/storage.rb +++ b/lib/storage.rb @@ -286,3 +286,4 @@ module Ag::Storage result['hits']['hits'].first end end +# vim: ts=2 sts=2 et ft=ruby: diff --git a/lib/threading.rb b/lib/threading.rb index 212bb98..a90929e 100644 --- a/lib/threading.rb +++ b/lib/threading.rb @@ -67,4 +67,5 @@ module Ag end end end -end
\ No newline at end of file +end +# vim: ts=2 sts=2 et ft=ruby: diff --git a/lib/utils.rb b/lib/utils.rb index b9156cd..cc9fd46 100644 --- a/lib/utils.rb +++ b/lib/utils.rb @@ -81,3 +81,4 @@ module Ag end end end +# vim: ts=2 sts=2 et ft=ruby: |