From f5c990cd43897fdc2fc2f6be17d9c494b787b4d8 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 6 Oct 2009 03:02:38 +0000 Subject: 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 --- tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp | 6 ++++++ tools/imagediff/image_diff.gyp | 5 +++++ tools/memory_watcher/memory_watcher.gyp | 6 ++++++ tools/xdisplaycheck/xdisplaycheck.gyp | 6 ++++++ 4 files changed, 23 insertions(+) (limited to 'tools') diff --git a/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp b/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp index 2112108..5c70c9d 100644 --- a/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp +++ b/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp @@ -12,3 +12,9 @@ }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp index 60e6b9f..b0a5624 100644 --- a/tools/imagediff/image_diff.gyp +++ b/tools/imagediff/image_diff.gyp @@ -19,3 +19,8 @@ ], } +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp index 50b003b..2b38103 100644 --- a/tools/memory_watcher/memory_watcher.gyp +++ b/tools/memory_watcher/memory_watcher.gyp @@ -39,3 +39,9 @@ }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/xdisplaycheck/xdisplaycheck.gyp b/tools/xdisplaycheck/xdisplaycheck.gyp index 2392049..78fb4a1 100644 --- a/tools/xdisplaycheck/xdisplaycheck.gyp +++ b/tools/xdisplaycheck/xdisplaycheck.gyp @@ -16,3 +16,9 @@ }, ], } + +# Local Variables: +# tab-width:2 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=2 shiftwidth=2: -- cgit v1.1