Add comments setting emacs and vim tab width and expansion variables.
BUG=none
TEST=successful builds
Review URL: http://codereview.chromium.org/256059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/testing/gmock.gyp b/testing/gmock.gyp
index 5a2a5fd..6d396fa 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -64,3 +64,9 @@
     },
   ],
 }
+
+# Local Variables:
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2: