mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
070a4aa0f0
commit
bc64df876e
56 changed files with 52 additions and 78 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,3 +1,4 @@
|
|||
# -*- YAML -*-
|
||||
# Copyright (C) 2011 Urabe, Shyouhei. All rights reserved.
|
||||
#
|
||||
# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
@ -404,12 +405,3 @@ notifications:
|
|||
|
||||
email:
|
||||
- ko1c-failure@atdot.net
|
||||
|
||||
# Local Variables:
|
||||
# mode: YAML
|
||||
# coding: utf-8-unix
|
||||
# indent-tabs-mode: nil
|
||||
# tab-width: 4
|
||||
# fill-column: 79
|
||||
# default-justification: full
|
||||
# End:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: ackermann-ruby.code,v 1.4 2004/11/13 07:40:41 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: ary-ruby.code,v 1.4 2004/11/13 07:41:27 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
# with help from Paul Brannan and Mark Hubbart
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: strcat-ruby.code,v 1.4 2004/11/13 07:43:28 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
# based on code from Aristarkh A Zagorodnikov and Dat Nguyen
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
prelude: |
|
||||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
|
||||
wc_input_base = <<EOS
|
||||
Subject: Re: Who was Izchak Miller?
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: except-ruby.code,v 1.4 2004/11/13 07:41:33 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: matrix-ruby.code,v 1.4 2004/11/13 07:42:14 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: nestedloop-ruby.code,v 1.4 2004/11/13 07:42:22 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
# from Avi Bryant
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/ruby
|
||||
# -*- mode: ruby -*-
|
||||
# -*- Ruby -*-
|
||||
# $Id: objinst-ruby.code,v 1.4 2004/11/13 07:42:25 bfulgham Exp $
|
||||
# http://www.bagley.org/~doug/shootout/
|
||||
# with help from Aristarkh Zagorodnikov
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- mode: ruby; coding: utf-8 -*-
|
||||
"exec" "${RUBY-ruby}" "-x" "$0" "$@" || true # -*- Ruby -*-
|
||||
#!./ruby
|
||||
# $Id$
|
||||
|
||||
|
|
|
@ -2295,9 +2295,3 @@ Init_Complex(void)
|
|||
|
||||
rb_provide("complex.so"); /* for backward compatibility */
|
||||
}
|
||||
|
||||
/*
|
||||
Local variables:
|
||||
c-file-style: "ruby"
|
||||
End:
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8 -*-
|
||||
/* -*- C -*-
|
||||
insns.def - YARV instruction definitions
|
||||
|
||||
$Author: $
|
||||
|
|
|
@ -316,8 +316,3 @@ end
|
|||
# directly in the RDoc output.
|
||||
# - in short, it may be worth changing the code layout in this file to make the
|
||||
# documentation easier
|
||||
|
||||
# Local variables:
|
||||
# mode: Ruby
|
||||
# tab-width: 8
|
||||
# End:
|
||||
|
|
|
@ -2799,9 +2799,3 @@ Init_Rational(void)
|
|||
|
||||
rb_provide("rational.so"); /* for backward compatibility */
|
||||
}
|
||||
|
||||
/*
|
||||
Local variables:
|
||||
c-file-style: "ruby"
|
||||
End:
|
||||
*/
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -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; -*-
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode: c; style: ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%;
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
% # -*- C -*-
|
||||
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
|
||||
% #
|
||||
% # This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
% # -*- C -*-
|
||||
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
|
||||
% #
|
||||
% # This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
% # -*- C -*-
|
||||
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
|
||||
% #
|
||||
% # This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
% # -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
% # -*- C -*-
|
||||
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
|
||||
% #
|
||||
% # This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode: c; style: ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%;
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2018 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%# -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*-
|
||||
%# -*- C -*-
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
%# This file is a part of the programming language Ruby. Permission is hereby
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
% # Copyright (c) 2018 Takashi Kokubun. All rights reserved.
|
||||
% #
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- mode:c; style:ruby; coding: utf-8; indent-tabs-mode: nil -*- */
|
||||
/* -*- C -*- */
|
||||
|
||||
%# Copyright (c) 2017 Urabe, Shyouhei. All rights reserved.
|
||||
%#
|
||||
|
|
Loading…
Reference in a new issue