summaryrefslogtreecommitdiff
path: root/examples/ruby
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-06-02 14:32:30 +0200
committerThomas Haller <thaller@redhat.com>2019-06-11 10:08:07 +0200
commit3c47285f4a8df1c7d3648e03bf7f3b6626ccf15a (patch)
treeafd1ce28bc5d0d0ae0383381bee07cd2e6678dcb /examples/ruby
parentc0e075c90263150bd00ea033dbbd2d8e6b05300e (diff)
downloadNetworkManager-3c47285f4a8df1c7d3648e03bf7f3b6626ccf15a.tar.gz
all: drop vim file variables from source files
sed '1,3 { /^\(#\|--\) *vim:/d }; 1 { /^\/\* *vim:.*\*\/$/ d}' -i $(git grep -l 'vim:')
Diffstat (limited to 'examples/ruby')
-rwxr-xr-xexamples/ruby/add-connection.rb1
-rwxr-xr-xexamples/ruby/get-basic-nm-info.rb1
-rwxr-xr-xexamples/ruby/list-devices.rb1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/ruby/add-connection.rb b/examples/ruby/add-connection.rb
index 39a6284b32..bd9b4ed786 100755
--- a/examples/ruby/add-connection.rb
+++ b/examples/ruby/add-connection.rb
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-# vim: ft=ruby ts=2 sts=2 sw=2 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/ruby/get-basic-nm-info.rb b/examples/ruby/get-basic-nm-info.rb
index 144ecbcbf7..d55254296f 100755
--- a/examples/ruby/get-basic-nm-info.rb
+++ b/examples/ruby/get-basic-nm-info.rb
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-# vim: ft=ruby ts=2 sts=2 sw=2 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/examples/ruby/list-devices.rb b/examples/ruby/list-devices.rb
index e35fcdfd08..690d3e5f98 100755
--- a/examples/ruby/list-devices.rb
+++ b/examples/ruby/list-devices.rb
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-# vim: ft=ruby ts=2 sts=2 sw=2 et ai
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by