Rakefile: remove vim-specific modeline
commit8644022fb9046556d37a51735cad433f382949c1
authorEric Wong <normalperson@yhbt.net>
Thu, 19 Apr 2012 01:21:10 +0000 (19 01:21 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 May 2012 20:17:49 +0000 (8 20:17 +0000)
tree8b83a41aaab7e06f2d8eaecc50bf19902a209ea4
parent5b9c47e479d5d0361b30c33d7e7aa8ba90755f01
Rakefile: remove vim-specific modeline

Avoid taking sides or showing preference for particular text
editors.  Text editors are _very_ personal preferences, and
explicitly supporting/acknowledging one would set precedence for
explicitly supporting/acknowledging others.  This would lead
down the slippery slope of having modelines for every single
text editor in every single file we have.

For this same reason, we do not (and never will) expose
editor-specific suffixes in .gitignore.

Full disclosure: I'm a vim user myself
Rakefile