diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-27 06:12:09 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-27 06:12:09 +0000 |
commit | bc64df876ebe96fa5da2b98d6227a8ef4163b911 (patch) | |
tree | 2697c35ccf02396c3d400a1913be504d7b4914d8 /tool/ruby_vm/helpers | |
parent | 070a4aa0f00bd466fe52c526a0e862092cdcfa81 (diff) |
delete emacs mode lines [ci skip]
These settings are now covered by .dir-locals.el.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ruby_vm/helpers')
-rw-r--r-- | tool/ruby_vm/helpers/c_escape.rb | 2 | ||||
-rw-r--r-- | tool/ruby_vm/helpers/dumper.rb | 2 | ||||
-rw-r--r-- | tool/ruby_vm/helpers/scanner.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tool/ruby_vm/helpers/c_escape.rb b/tool/ruby_vm/helpers/c_escape.rb index 2f73b8889f..3e2bf2e02c 100644 --- a/tool/ruby_vm/helpers/c_escape.rb +++ b/tool/ruby_vm/helpers/c_escape.rb @@ -1,5 +1,5 @@ #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # diff --git a/tool/ruby_vm/helpers/dumper.rb b/tool/ruby_vm/helpers/dumper.rb index ae2a0145cf..c0a45b19e2 100644 --- a/tool/ruby_vm/helpers/dumper.rb +++ b/tool/ruby_vm/helpers/dumper.rb @@ -1,5 +1,5 @@ #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # diff --git a/tool/ruby_vm/helpers/scanner.rb b/tool/ruby_vm/helpers/scanner.rb index 410b02eff5..593271a415 100644 --- a/tool/ruby_vm/helpers/scanner.rb +++ b/tool/ruby_vm/helpers/scanner.rb @@ -1,5 +1,5 @@ #! /your/favourite/path/to/ruby -# -*- mode: ruby; coding: utf-8; indent-tabs-mode: nil; ruby-indent-level: 2 -*- +# -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*- # |