summaryrefslogtreecommitdiff
path: root/flags.gyp
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-02 22:23:03 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-12-02 22:23:03 +0000
commit6ce2bb19797fe34c6bda2f00410a9ffd44d2715e (patch)
tree56dcaf374bdbb4cf26ceb45ab91572da62d756d3 /flags.gyp
parent274129c2f0f3b2c31f81eefaf22e0052f0089997 (diff)
downloadgyp-6ce2bb19797fe34c6bda2f00410a9ffd44d2715e.tar.gz
Remove the comments settings for vim tab width and expansion variables.
These add unnecessary bloat for everyone to carry around, so we just remove them now. The same change was made in chromium by Tony in http://codereview.chromium.org/7310019 - crrev.com/92046 BUG=None TEST=./gyp_skia R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/92673003 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@12443 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'flags.gyp')
-rw-r--r--flags.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/flags.gyp b/flags.gyp
index e80b0a3..c15624b 100644
--- a/flags.gyp
+++ b/flags.gyp
@@ -20,9 +20,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2: