diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 03:02:38 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-06 03:02:38 +0000 |
commit | f5c990cd43897fdc2fc2f6be17d9c494b787b4d8 (patch) | |
tree | ee9e5caa01a8d8ef8f939e4cd429b838b3363703 /chrome/app/locales | |
parent | 5f603811e07785c366eac576867ff1adce294ff6 (diff) | |
download | chromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.zip chromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.tar.gz chromium_src-f5c990cd43897fdc2fc2f6be17d9c494b787b4d8.tar.bz2 |
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
Diffstat (limited to 'chrome/app/locales')
-rw-r--r-- | chrome/app/locales/locales.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/locales/locales.gyp b/chrome/app/locales/locales.gyp index b2406b7..4e075ba 100644 --- a/chrome/app/locales/locales.gyp +++ b/chrome/app/locales/locales.gyp @@ -640,3 +640,8 @@ ], } +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: |